From 1c5909613ffe9355fe6b9175cdcd98a05f4ff45e Mon Sep 17 00:00:00 2001 From: Ivan Chvets Date: Thu, 14 Aug 2025 11:33:42 -0400 Subject: [PATCH] feat: Schema sync. Signed-off-by: Ivan Chvets --- src/framework/ConfigurationValidator.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/framework/ConfigurationValidator.cpp b/src/framework/ConfigurationValidator.cpp index 87e4c03f..155fb15d 100644 --- a/src/framework/ConfigurationValidator.cpp +++ b/src/framework/ConfigurationValidator.cpp @@ -625,6 +625,9 @@ static std::string DefaultAPSchema = R"foo( ], "default": 80 }, + "enable": { + "type": "boolean" + }, "require-mode": { "description": "Stations that do no fulfill these HT modes will be rejected.", "type": "string", @@ -4958,6 +4961,9 @@ static std::string DefaultSWITCHSchema = R"foo( ], "default": 80 }, + "enable": { + "type": "boolean" + }, "require-mode": { "type": "string", "enum": [