Merge pull request #420 from Telecominfraproject/schema_sync

feat: Schema sync.
This commit is contained in:
i-chvets
2025-08-14 16:35:56 -04:00
committed by GitHub

View File

@@ -625,6 +625,9 @@ static std::string DefaultAPSchema = R"foo(
], ],
"default": 80 "default": 80
}, },
"enable": {
"type": "boolean"
},
"require-mode": { "require-mode": {
"description": "Stations that do no fulfill these HT modes will be rejected.", "description": "Stations that do no fulfill these HT modes will be rejected.",
"type": "string", "type": "string",
@@ -4958,6 +4961,9 @@ static std::string DefaultSWITCHSchema = R"foo(
], ],
"default": 80 "default": 80
}, },
"enable": {
"type": "boolean"
},
"require-mode": { "require-mode": {
"type": "string", "type": "string",
"enum": [ "enum": [