File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 760
760
"title" : " NXOSPlatformModel" ,
761
761
"type" : " object"
762
762
},
763
+ "NetBSDPlatformModel" : {
764
+ "properties" : {
765
+ "name" : {
766
+ "const" : " NetBSD" ,
767
+ "title" : " Name" ,
768
+ "type" : " string"
769
+ },
770
+ "versions" : {
771
+ "default" : " all" ,
772
+ "items" : {
773
+ "enum" : [
774
+ " 8.0" ,
775
+ " 8.1" ,
776
+ " 8.2" ,
777
+ " 9.0" ,
778
+ " 9.1" ,
779
+ " 9.2" ,
780
+ " 9.3" ,
781
+ " 10.0" ,
782
+ " all"
783
+ ],
784
+ "type" : " string"
785
+ },
786
+ "type" : " array"
787
+ }
788
+ },
789
+ "title" : " NetBSDPlatformModel" ,
790
+ "type" : " object"
791
+ },
763
792
"OpenBSDPlatformModel" : {
764
793
"properties" : {
765
794
"name" : {
1261
1290
{
1262
1291
"$ref" : " #/$defs/CumulusPlatformModel"
1263
1292
},
1293
+ {
1294
+ "$ref" : " #/$defs/NetBSDPlatformModel"
1295
+ },
1264
1296
{
1265
1297
"$ref" : " #/$defs/DebianPlatformModel"
1266
1298
},
You can’t perform that action at this time.
0 commit comments