From 5620ea66955bcd86f15162f77b6b094af9654a3d Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Fri, 19 Jan 2024 21:17:24 +0000 Subject: [PATCH] Update config.schema.json --- config.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",