We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fe9f5 commit 04c6058Copy full SHA for 04c6058
netjsonconfig/backends/openwrt/schema.py
@@ -337,19 +337,19 @@
337
"type": "string",
338
"propertyOrder": 1,
339
},
340
- "contents": {
341
- "type": "string",
342
- "format": "textarea",
343
- "propertyOrder": 2,
344
- },
345
"mode": {
346
347
"maxLength": 4,
348
"minLength": 3,
349
"pattern": "^[0-7]*$",
350
"default": DEFAULT_FILE_MODE,
+ "propertyOrder": 2,
+ },
+ "contents": {
+ "type": "string",
+ "format": "textarea",
351
"propertyOrder": 3,
352
- }
353
}
354
355
0 commit comments