diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-05 02:33:15 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-05 02:33:15 +0000 |
commit | 1fd2ef2bcb0bdb16123c87a4db418d546c8d114c (patch) | |
tree | ae22868a548c2fe5b5367a384b3eb77943f6e466 /data/schemas | |
parent | 3bf0a109908db34ae43abce1e559d2b6c72a8e16 (diff) | |
parent | 92fadf01106ac3bb6cc4e4ef59cee4519a7f107b (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 8c0db6ee92..5c0c23c2b1 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -261,6 +261,7 @@ "items": { "type": "object", "additionalProperties": false, + "required": ["x", "y"], "properties": { "label": { "type": "string", |