Skip to content

Commit ce6c37e

Browse files
committed
[airos] fixed invalid schema
1 parent 10a87d8 commit ce6c37e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

netjsonconfig/backends/airos/schema.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"encryption": {
3434
"type": "object",
3535
"title": "Encryption",
36-
"required": "protocol",
36+
"required": [
37+
"protocol",
38+
],
3739
"propertyOrder": 20,
3840
"oneOf": [
3941
{"$ref": "#/definitions/encryption_none"},
@@ -48,7 +50,9 @@
4850
"encryption": {
4951
"type": "object",
5052
"title": "Encryption",
51-
"required": "protocol",
53+
"required": [
54+
"protocol",
55+
],
5256
"propertyOrder": 20,
5357
"oneOf": [
5458
{"$ref": "#/definitions/encryption_none"},

0 commit comments

Comments
 (0)