From 92fadf01106ac3bb6cc4e4ef59cee4519a7f107b Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 5 Dec 2022 02:32:40 +0000 Subject: [PATCH] Ensure info.json layout macros are somewhat valid (#19236) --- data/schemas/keyboard.jsonschema | 1 + 1 file changed, 1 insertion(+) diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 91110b06a03..921726a5e9c 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -245,6 +245,7 @@ "items": { "type": "object", "additionalProperties": false, + "required": ["x", "y"], "properties": { "label": { "type": "string",