summary refs log tree commit diff
path: root/data
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-02-28 20:03:22 +0000
committerQMK Bot <hello@qmk.fm>2022-02-28 20:03:22 +0000
commit36e47cb3aaa6380764ab23e2b0308bf689156aa7 (patch)
treef762d5f9f497432cb4dca6fa016c254f1065de9b /data
parent3c7c9bdd8614cd332b4db7ab6d05429d513ba11d (diff)
parentfbfd5312b995a32af690c183cad0dc988f695e89 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data')
-rw-r--r--data/schemas/keymap.jsonschema7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/schemas/keymap.jsonschema b/data/schemas/keymap.jsonschema
index faa250a942..3803301a66 100644
--- a/data/schemas/keymap.jsonschema
+++ b/data/schemas/keymap.jsonschema
@@ -53,5 +53,10 @@
             "type": "string",
             "description": "asdf"
         }
-    }
+    },
+    "required": [
+        "keyboard",
+        "layout",
+        "layers"
+    ]
 }