From 0c7c447749e43c24fa557bee5dd4d7fc56bcefa7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 19 Apr 2017 12:09:53 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd38eee..13024f9 100644 --- a/README.md +++ b/README.md @@ -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", } ```