forked from mirrors/qmk_userspace
Fix issues with recent keymap.json changes (#14089)
* Fix issues with recent keymap.json changes * Allow empty author string
This commit is contained in:
parent
0741aae1d9
commit
b229b0fba7
2 changed files with 10 additions and 10 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue