From bd79ee42241f5b7eb7991fffb36b2887dd1374b0 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 13 Mar 2017 08:22:28 +0100 Subject: [PATCH] Add sane_default to the schema --- schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schema.json b/schema.json index d5defa4..f3e1082 100644 --- a/schema.json +++ b/schema.json @@ -27,6 +27,13 @@ "type": "string" } }, + "sane_default": { + "type": "array", + "uniqueItems": true, + "items": { + "type": "string" + } + }, "multiple": { "type": "boolean" },