Skip to content

Commit 8f4d5e8

Browse files
OAS Update
1 parent b347779 commit 8f4d5e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

services/iaas/v2alpha1/iaas.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@
829829
"destination": {
830830
"discriminator": {
831831
"mapping": {
832-
"cidrv4": "#/components/schemas/v2RouteDestinationCIDRv4",
833-
"cidrv6": "#/components/schemas/v2RouteDestinationCIDRv6"
832+
"cidrv4": "#/components/schemas/DestinationCIDRv4",
833+
"cidrv6": "#/components/schemas/DestinationCIDRv6"
834834
},
835835
"propertyName": "type"
836836
},
@@ -866,10 +866,10 @@
866866
"nexthop": {
867867
"discriminator": {
868868
"mapping": {
869-
"blackhole": "#/components/schemas/v2RouteNexthopBlackhole",
870-
"internet": "#/components/schemas/v2RouteNexthopInternet",
871-
"ipv4": "#/components/schemas/v2RouteNexthopIPv4",
872-
"ipv6": "#/components/schemas/v2RouteNexthopIPv6"
869+
"blackhole": "#/components/schemas/NexthopBlackhole",
870+
"internet": "#/components/schemas/NexthopInternet",
871+
"ipv4": "#/components/schemas/NexthopIPv4",
872+
"ipv6": "#/components/schemas/NexthopIPv6"
873873
},
874874
"propertyName": "type"
875875
},

0 commit comments

Comments
 (0)