From 531c3e972ee233b1036071d7f068ba3248cdf028 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Fri, 1 Dec 2023 11:42:11 +0000 Subject: [PATCH] Update config.schema.json Added missing full stops. --- config.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.schema.json b/config.schema.json index b82eda9..3037b2f 100644 --- a/config.schema.json +++ b/config.schema.json @@ -15,7 +15,7 @@ "name": { "title": "Your familiar name", "type": "string" }, "type": { "title": "Menu item type", - "description": "One of 'tap, 'toggle' or 'group'", + "description": "One of 'tap, 'toggle' or 'group'.", "const": "toggle" } }, @@ -29,7 +29,7 @@ "name": { "title": "Your familiar name", "type": "string" }, "type": { "title": "Menu item type", - "description": "One of 'tap, 'toggle' or 'group'", + "description": "One of 'tap, 'toggle' or 'group'.", "const": "tap" }, "service": { @@ -54,7 +54,7 @@ "title": { "type": "string" }, "type": { "title": "Menu item type", - "description": "One of 'tap, 'toggle' or 'group'", + "description": "One of 'tap, 'toggle' or 'group'.", "const": "group" }, "items": { "$ref": "#/$defs/items" }