summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-05 02:33:15 +0000
committerQMK Bot <hello@qmk.fm>2022-12-05 02:33:15 +0000
commit1fd2ef2bcb0bdb16123c87a4db418d546c8d114c (patch)
treeae22868a548c2fe5b5367a384b3eb77943f6e466 /data
parent3bf0a109908db34ae43abce1e559d2b6c72a8e16 (diff)
parent92fadf01106ac3bb6cc4e4ef59cee4519a7f107b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data')
-rw-r--r--data/schemas/keyboard.jsonschema1
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",