Update config.schema.json

Added missing full stops.
This commit is contained in:
Philip Abbey
2023-12-01 11:42:11 +00:00
parent 2d07eaa9c6
commit 531c3e972e

View File

@ -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" }