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" },