Update README.md

This commit is contained in:
Pascal Vizeli
2017-04-28 16:19:38 +02:00
committed by GitHub
parent 0ed2784839
commit 6c8c293eca

View File

@@ -39,11 +39,9 @@ You should use bash scripts for simple stuff inside docker to hold the image sma
"options": {}, "options": {},
"schema": { "schema": {
"bla": "str|int|float|bool|email|url", "bla": "str|int|float|bool|email|url",
   "list1": [    "list1": ["str|int|float|bool|email|url"],
     "str|int|float|bool|email|url"
],
"list2": [ "list2": [
     { "ble": "str|int|float|bool|email|url" } { "ble": "str|int|float|bool|email|url" }
] ]
 },  },
"image": "for custom addons", "image": "for custom addons",