summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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",