We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a87d8 commit ce6c37eCopy full SHA for ce6c37e
1 file changed
netjsonconfig/backends/airos/schema.py
@@ -33,7 +33,9 @@
33
"encryption": {
34
"type": "object",
35
"title": "Encryption",
36
- "required": "protocol",
+ "required": [
37
+ "protocol",
38
+ ],
39
"propertyOrder": 20,
40
"oneOf": [
41
{"$ref": "#/definitions/encryption_none"},
@@ -48,7 +50,9 @@
48
50
49
51
52
53
54
55
56
57
58
0 commit comments