diff --git a/config.schema.json b/config.schema.json index 1fb63ef..950314d 100644 --- a/config.schema.json +++ b/config.schema.json @@ -7,10 +7,10 @@ }, "items": { "$ref": "#/$defs/items" - }, - "required": ["title", "items"], - "additionalProperties": false + } }, + "required": ["title", "items"], + "additionalProperties": false, "$defs": { "toggle": { "type": "object",