Fix issues with recent keymap.json changes (#14089)

* Fix issues with recent keymap.json changes

* Allow empty author string
This commit is contained in:
Joel Challis 2021-08-20 10:11:49 +01:00 committed by GitHub
parent 0741aae1d9
commit b229b0fba7
Failed to generate hash of commit
2 changed files with 10 additions and 10 deletions

View file

@ -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"},