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

@@ -4,12 +4,14 @@
"properties":{
"host" : {
"type": "string",
"title":"Target IP"
"title":"Target IP",
"propertyOrder" : 1
},
"port" : {
"type": "integer",
"title":"Port",
"default": 5568
"default": 5568,
"propertyOrder" : 2
}
},
"additionalProperties": true