Skip to content

Commit 78bc9a6

Browse files
committed
added mikrotik to schema
1 parent e9fee53 commit 78bc9a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

schemas/clab.schema.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,9 @@
19051905
"nokia_srsim": {
19061906
"$ref": "#/definitions/node-config"
19071907
},
1908+
"nokia_sros": {
1909+
"$ref": "#/definitions/node-config"
1910+
},
19081911
"arista_ceos": {
19091912
"$ref": "#/definitions/node-config"
19101913
},
@@ -1926,9 +1929,6 @@
19261929
"dell_sonic": {
19271930
"$ref": "#/definitions/node-config"
19281931
},
1929-
"nokia_sros": {
1930-
"$ref": "#/definitions/node-config"
1931-
},
19321932
"juniper_vmx": {
19331933
"$ref": "#/definitions/node-config"
19341934
},
@@ -2042,6 +2042,9 @@
20422042
},
20432043
"arrcus_arcos": {
20442044
"$ref": "#/definitions/node-config"
2045+
},
2046+
"mikrotik_ros": {
2047+
"$ref": "#/definitions/node-config"
20452048
}
20462049
},
20472050
"additionalProperties": false

0 commit comments

Comments
 (0)