We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf119d6 commit 76a210aCopy full SHA for 76a210a
schemas/clab.schema.json
@@ -505,6 +505,24 @@
505
}
506
507
508
+ },
509
+ {
510
+ "if": {
511
+ "properties": {
512
+ "kind": {
513
+ "pattern": "(cisco_iol)"
514
+ }
515
516
+ "required": ["kind"]
517
518
+ "then": {
519
520
+ "type": {
521
+ "type": "string",
522
+ "enum": ["iol","l2"]
523
524
525
526
527
],
528
"additionalProperties": false
0 commit comments