We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4383097 commit 1c59096Copy full SHA for 1c59096
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