Browse Source

Ensure info.json layout macros are somewhat valid (#19236)

Joel Challis 2 năm trước cách đây
mục cha
commit
92fadf0110
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      data/schemas/keyboard.jsonschema

+ 1 - 0
data/schemas/keyboard.jsonschema

@@ -245,6 +245,7 @@
                         "items": {
                             "type": "object",
                             "additionalProperties": false,
+                            "required": ["x", "y"],
                             "properties": {
                                 "label": {
                                     "type": "string",