Skip to content

Commit 78d6844

Browse files
committed
fix: updated schema
1 parent 6acfd65 commit 78d6844

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15125,6 +15125,27 @@
1512515125
"description": "Create a new VPN connection in a private space.",
1512615126
"href": "/spaces/{(%23%2Fdefinitions%2Fspace%2Fdefinitions%2Fidentity)}/vpn-connections",
1512715127
"rel": "create",
15128+
"schema": {
15129+
"properties": {
15130+
"name": {
15131+
"$ref": "#/definitions/vpn-connection/definitions/name"
15132+
},
15133+
"public_ip": {
15134+
"$ref": "#/definitions/vpn-connection/definitions/public_ip"
15135+
},
15136+
"routable_cidrs": {
15137+
"$ref": "#/definitions/vpn-connection/definitions/routable_cidrs"
15138+
}
15139+
},
15140+
"required": [
15141+
"name",
15142+
"public_ip",
15143+
"routable_cidrs"
15144+
],
15145+
"type": [
15146+
"object"
15147+
]
15148+
},
1512815149
"targetSchema": {
1512915150
"$ref": "#/definitions/vpn-connection"
1513015151
},

0 commit comments

Comments
 (0)