diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-28 20:03:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-28 20:03:22 +0000 |
commit | 36e47cb3aaa6380764ab23e2b0308bf689156aa7 (patch) | |
tree | f762d5f9f497432cb4dca6fa016c254f1065de9b /data | |
parent | 3c7c9bdd8614cd332b4db7ab6d05429d513ba11d (diff) | |
parent | fbfd5312b995a32af690c183cad0dc988f695e89 (diff) | |
download | qmk_firmware-36e47cb3aaa6380764ab23e2b0308bf689156aa7.tar.gz qmk_firmware-36e47cb3aaa6380764ab23e2b0308bf689156aa7.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data')
-rw-r--r-- | data/schemas/keymap.jsonschema | 7 |
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" + ] } |