Skip to content

Commit

Permalink
Merge pull request #379 from Telecominfraproject/WIFI-14140-fix-updat…
Browse files Browse the repository at this point in the history
…e-schema-multi-psk

WIFI-14140: fix: sync-ed up ucentral schema with code - added missing code
  • Loading branch information
i-chvets authored Sep 25, 2024
2 parents cd2ab86 + f9ee19a commit 4ac7b6b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/framework/ConfigurationValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2411,11 +2411,18 @@ static std::string DefaultAPSchema = R"foo(
"$ref": "#/$defs/interface.ssid.encryption"
},
"multi-psk": {
"type": "array",
"items": {
"$ref": "#/$defs/interface.ssid.multi-psk"
}
},
"anyOf": [
{
"type": "array",
"items": {
"$ref": "#/$defs/interface.ssid.multi-psk"
}
},
{
"type": "boolean"
}
]
},
"rrm": {
"$ref": "#/$defs/interface.ssid.rrm"
},
Expand Down

0 comments on commit 4ac7b6b

Please sign in to comment.