We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 182a442 + 1c59096 commit fa3c325Copy full SHA for fa3c325
1 file changed
src/framework/ConfigurationValidator.cpp
@@ -625,6 +625,9 @@ static std::string DefaultAPSchema = R"foo(
625
],
626
"default": 80
627
},
628
+ "enable": {
629
+ "type": "boolean"
630
+ },
631
"require-mode": {
632
"description": "Stations that do no fulfill these HT modes will be rejected.",
633
"type": "string",
@@ -4958,6 +4961,9 @@ static std::string DefaultSWITCHSchema = R"foo(
4958
4961
4959
4962
4960
4963
4964
4965
4966
4967
4968
4969
"enum": [
0 commit comments