Update README.md

This commit is contained in:
Pascal Vizeli
2017-04-19 12:09:53 +02:00
committed by GitHub
parent 1684ae4d02
commit 0c7c447749

View File

@@ -38,7 +38,11 @@ ENV VERSION %%VERSION%%
"options": {},
"schema": {
"bla": "str|int|float|bool"
},
   "list1": ["str|int|float|bool"]
"list2": [{
     "ble": "str|int|float|bool"
}]
 },
"image": "for custom addons",
}
```