mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 03:37:57 +00:00
Merge pull request #379 from Telecominfraproject/WIFI-14140-fix-update-schema-multi-psk
WIFI-14140: fix: sync-ed up ucentral schema with code - added missing code
This commit is contained in:
@@ -2411,11 +2411,18 @@ static std::string DefaultAPSchema = R"foo(
|
|||||||
"$ref": "#/$defs/interface.ssid.encryption"
|
"$ref": "#/$defs/interface.ssid.encryption"
|
||||||
},
|
},
|
||||||
"multi-psk": {
|
"multi-psk": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/$defs/interface.ssid.multi-psk"
|
"$ref": "#/$defs/interface.ssid.multi-psk"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"rrm": {
|
"rrm": {
|
||||||
"$ref": "#/$defs/interface.ssid.rrm"
|
"$ref": "#/$defs/interface.ssid.rrm"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user