Skip to content

Commit 22c89ce

Browse files
committed
[airos] reorder schema properties
1 parent 84291ce commit 22c89ce

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

netjsonconfig/backends/airos/schema.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,6 @@
8787
"default": "bridge",
8888
"type": "string",
8989
},
90-
"user": {
91-
"additionalProperties": True,
92-
"properties": {
93-
"name": {
94-
"type": "string",
95-
},
96-
"salt": {
97-
"type": "string",
98-
},
99-
},
100-
"required": [
101-
"name",
102-
"password",
103-
"salt",
104-
],
105-
},
10690
"ntp": {
10791
"type": "object",
10892
"title": "NTP Settings",
@@ -139,6 +123,22 @@
139123
}
140124
}
141125
},
126+
"user": {
127+
"additionalProperties": True,
128+
"properties": {
129+
"name": {
130+
"type": "string",
131+
},
132+
"salt": {
133+
"type": "string",
134+
},
135+
},
136+
"required": [
137+
"name",
138+
"password",
139+
"salt",
140+
],
141+
},
142142
},
143143
}
144144

0 commit comments

Comments
 (0)