diff options
author | Joel Challis <git@zvecr.com> | 2022-12-05 02:32:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 02:32:40 +0000 |
commit | 92fadf01106ac3bb6cc4e4ef59cee4519a7f107b (patch) | |
tree | a3eeb29159a006b8d8603ffcb016fab7fd212473 /data/schemas | |
parent | 92354b2ca876b6b5dbcb5d34aa34fda6a473bb1a (diff) |
Ensure info.json layout macros are somewhat valid (#19236)
Diffstat (limited to 'data/schemas')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 91110b06a0..921726a5e9 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", |