update schemas | mod jsoneditor (#243)

* update

* sync

[skip ci]

* always required

[skip ci]
This commit is contained in:
brindosch
2016-09-15 19:06:21 +02:00
committed by redPanther
parent 30a667c610
commit a04f34eab7
23 changed files with 534 additions and 389 deletions

View File

@@ -5,17 +5,20 @@
"VID": {
"type": "string",
"title":"VID",
"default" : "0x2341"
"default" : "0x2341",
"propertyOrder" : 1
},
"PID": {
"type": "string",
"title":"PID",
"default" : "0x8036"
"default" : "0x8036",
"propertyOrder" : 2
},
"delayAfterConnect": {
"type": "integer",
"title":"Delay after connect",
"default": 0
"default": 0,
"propertyOrder" : 3
}
},
"additionalProperties": true