summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-08-20 10:11:49 +0100
committerGitHub <noreply@github.com>2021-08-20 19:11:49 +1000
commitb229b0fba72d79f1c723f2415531e61537b56fc3 (patch)
tree99c0cf56f53aee30aa3d0b1ed00820dcf622f78f /data
parent0741aae1d9e53206d5930fcb962948f13f48e661 (diff)
Fix issues with recent keymap.json changes (#14089)
* Fix issues with recent keymap.json changes * Allow empty author string
Diffstat (limited to 'data')
-rw-r--r--data/schemas/keymap.jsonschema2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keymap.jsonschema b/data/schemas/keymap.jsonschema
index 35c5b5c98e..a4bdab966b 100644
--- a/data/schemas/keymap.jsonschema
+++ b/data/schemas/keymap.jsonschema
@@ -4,7 +4,7 @@
"title": "Keymap Information",
"type": "object",
"properties": {
- "author": {"$ref": "qmk.definitions.v1#/text_identifier"},
+ "author": {"type": "string"},
"keyboard": {"$ref": "qmk.definitions.v1#/text_identifier"},
"keymap": {"$ref": "qmk.definitions.v1#/text_identifier"},
"layout": {"$ref": "qmk.definitions.v1#/layout_macro"},