mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-10-30 02:12:29 +00:00
Merge pull request #420 from Telecominfraproject/schema_sync
feat: Schema sync.
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user