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

@@ -2,6 +2,31 @@
"type":"object",
"required":true,
"properties":{
"output": {
"type": "string",
"title":"Output",
"default" : "127.0.0.1",
"propertyOrder" : 1
},
"port": {
"type": "integer",
"title":"Port",
"minimum" : 0,
"maximum" : 65535,
"default" : 4223,
"propertyOrder" : 2
},
"uid": {
"type": "string",
"title":"UID",
"propertyOrder" : 3
},
"rate": {
"type": "integer",
"title":"Intervall",
"minimum" : 0,
"propertyOrder" : 4
}
},
"additionalProperties": true
}