diff options
Diffstat (limited to 'ext/data/schemas/options-schema.json')
-rw-r--r-- | ext/data/schemas/options-schema.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 7c131ecc..f5b24160 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -496,6 +496,7 @@ } ], "items": { + "type": "object", "required": [ "include", "exclude", @@ -776,6 +777,7 @@ "items": { "type": "array", "items": { + "type": "object", "required": [ "pattern", "ignoreCase", |