Update README.md

This commit is contained in:
Pascal Vizeli
2017-04-19 12:10:20 +02:00
committed by GitHub
parent 977b8b31ac
commit 019dc9dc06

View File

@@ -37,8 +37,8 @@ ENV VERSION %%VERSION%%
"map_ssl": "bool", "map_ssl": "bool",
"options": {}, "options": {},
"schema": { "schema": {
"bla": "str|int|float|bool" "bla": "str|int|float|bool",
   "list1": ["str|int|float|bool"]    "list1": ["str|int|float|bool"],
"list2": [{ "list2": [{
     "ble": "str|int|float|bool"      "ble": "str|int|float|bool"
}] }]