diff options
author | Joel Challis <git@zvecr.com> | 2022-06-18 06:30:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 15:30:46 +1000 |
commit | 17ec1650fd4fd27b3bf409e3493faf11c8d421e8 (patch) | |
tree | 971345d0b08d840fb28951c03af689dac0ebcd8f /data/schemas/keymap.jsonschema | |
parent | 7b3ee1db8cfaed4315b93f7f4c06f07faa08ae71 (diff) |
Additional schema fixes (#17414)
Diffstat (limited to 'data/schemas/keymap.jsonschema')
-rw-r--r-- | data/schemas/keymap.jsonschema | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/schemas/keymap.jsonschema b/data/schemas/keymap.jsonschema index 3803301a66..92a1ce533d 100644 --- a/data/schemas/keymap.jsonschema +++ b/data/schemas/keymap.jsonschema @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "https://json-schema.org/draft/2020-12/schema#", "$id": "qmk.keymap.v1", "title": "Keymap Information", "type": "object", @@ -50,8 +50,7 @@ }, "config": {"$ref": "qmk.keyboard.v1"}, "notes": { - "type": "string", - "description": "asdf" + "type": "string" } }, "required": [ |