Skip to content

Commit aaefb53

Browse files
OAS Update
1 parent c7230b0 commit aaefb53

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

services/vpn/v1/vpn.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
"maxItems": 100,
154154
"type": "array"
155155
}
156-
}
156+
},
157+
"required": [
158+
"localAsn"
159+
]
157160
},
158161
"BGPStatus": {
159162
"nullable": true,

services/vpn/v1alpha1/vpn.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
"maxItems": 100,
154154
"type": "array"
155155
}
156-
}
156+
},
157+
"required": [
158+
"localAsn"
159+
]
157160
},
158161
"BGPStatus": {
159162
"nullable": true,

services/vpn/v1beta1/vpn.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
"maxItems": 100,
154154
"type": "array"
155155
}
156-
}
156+
},
157+
"required": [
158+
"localAsn"
159+
]
157160
},
158161
"BGPStatus": {
159162
"nullable": true,

0 commit comments

Comments
 (0)