stephb9959
2023-08-03 22:28:28 -07:00
parent 3576d5516f
commit 669f7f3433

View File

@@ -2235,6 +2235,17 @@ static std::string DefaultUCentralSchema = R"foo(
]
}
},
"vlan-awareness": {
"type": "object",
"properties": {
"first": {
"type": "integer"
},
"last": {
"type": "integer"
}
}
},
"vlan": {
"$ref": "#/$defs/interface.vlan"
},