File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 829
829
"destination" : {
830
830
"discriminator" : {
831
831
"mapping" : {
832
- "cidrv4" : " #/components/schemas/v2RouteDestinationCIDRv4 " ,
833
- "cidrv6" : " #/components/schemas/v2RouteDestinationCIDRv6 "
832
+ "cidrv4" : " #/components/schemas/DestinationCIDRv4 " ,
833
+ "cidrv6" : " #/components/schemas/DestinationCIDRv6 "
834
834
},
835
835
"propertyName" : " type"
836
836
},
866
866
"nexthop" : {
867
867
"discriminator" : {
868
868
"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 "
873
873
},
874
874
"propertyName" : " type"
875
875
},
You can’t perform that action at this time.
0 commit comments