Skip to content

Commit

Permalink
[ci] Fixed QA checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Feb 28, 2023
1 parent 860e16c commit c973d24
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions netjsonconfig/schema.py
Expand Up @@ -380,7 +380,7 @@
"propertyOrder": 20,
"oneOf": [
{"$ref": "#/definitions/encryption_none"},
{"$ref": "#/definitions/encryption_owe"},
{"$ref": "#/definitions/encryption_owe"},
{"$ref": "#/definitions/encryption_wpa3_personal"},
{"$ref": "#/definitions/encryption_wpa3_enterprise_sta"},
{"$ref": "#/definitions/encryption_wpa3_personal_mixed"},
Expand Down Expand Up @@ -418,27 +418,22 @@
}
},
},

"encryption_owe": {
"encryption_owe": {
"title": "OWE",
"allOf": [
{"$ref": "#/definitions/encryption_mfp_property_required"},
{
"properties": {
"protocol": {
"type": "string",
"title": "encryption protocol",
"enum": ["owe"],
"options": {"enum_titles": ["OWE"]},

"type": "string",
"title": "encryption protocol",
"enum": ["owe"],
"options": {"enum_titles": ["OWE"]},
}
}
},
],
},



"encryption_base_settings": {
"required": ["key"],
"additionalProperties": True,
Expand Down

0 comments on commit c973d24

Please sign in to comment.