From 0ce95fa58a903c4cde95d9431706957e720abea9 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Fri, 14 Nov 2025 17:05:30 +0000 Subject: [PATCH] Update config.schema.json Removed the need to specify any menu titles. The code works with a `Null` as-is. --- config.schema.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.schema.json b/config.schema.json index 101f436..1ad8e64 100644 --- a/config.schema.json +++ b/config.schema.json @@ -18,7 +18,6 @@ } }, "required": [ - "title", "items" ], "additionalProperties": false, @@ -231,7 +230,6 @@ }, "required": [ "name", - "title", "type", "items" ],