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 84291ce commit 22c89ceCopy full SHA for 22c89ce
netjsonconfig/backends/airos/schema.py
@@ -87,22 +87,6 @@
87
"default": "bridge",
88
"type": "string",
89
},
90
- "user": {
91
- "additionalProperties": True,
92
- "properties": {
93
- "name": {
94
- "type": "string",
95
- },
96
- "salt": {
97
98
99
100
- "required": [
101
- "name",
102
- "password",
103
- "salt",
104
- ],
105
106
"ntp": {
107
"type": "object",
108
"title": "NTP Settings",
@@ -139,6 +123,22 @@
139
123
}
140
124
141
125
126
+ "user": {
127
+ "additionalProperties": True,
128
+ "properties": {
129
+ "name": {
130
+ "type": "string",
131
+ },
132
+ "salt": {
133
134
135
136
+ "required": [
137
+ "name",
138
+ "password",
+ "salt",
+ ],
142
143
144
0 commit comments