diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-29 04:24:11 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 19:24:11 +0100 |
commit | d4a6ee1cad73ab88ac3faecf2d40204c8e706b5a (patch) | |
tree | 8523905451b4b7bc95d150267f743e2a0fbe60fb /data/schemas/keymap.jsonschema | |
parent | 4adb64a91b3c8bf665bd9f7357fb806d30ac09f5 (diff) |
Clean up schema syntax (#18192)
Diffstat (limited to 'data/schemas/keymap.jsonschema')
-rw-r--r-- | data/schemas/keymap.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keymap.jsonschema b/data/schemas/keymap.jsonschema index 92a1ce533d..0a4fb5d453 100644 --- a/data/schemas/keymap.jsonschema +++ b/data/schemas/keymap.jsonschema @@ -31,7 +31,7 @@ "properties": { "action": { "type": "string", - "enum": ['beep', 'delay', 'down', 'tap', 'up'] + "enum": ["beep", "delay", "down", "tap", "up"] }, "keycodes": { "type": "array", |