diff --git a/src/framework/ConfigurationValidator.cpp b/src/framework/ConfigurationValidator.cpp index 46b0f06..f1bb9ef 100644 --- a/src/framework/ConfigurationValidator.cpp +++ b/src/framework/ConfigurationValidator.cpp @@ -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" },