1
0
Fork 0

Clean up schema syntax (#18192)

This commit is contained in:
Ryan 2022-08-29 04:24:11 +10:00 committed by GitHub
parent 4adb64a91b
commit d4a6ee1cad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 14 deletions

View file

@ -31,7 +31,7 @@
"properties": {
"action": {
"type": "string",
"enum": ['beep', 'delay', 'down', 'tap', 'up']
"enum": ["beep", "delay", "down", "tap", "up"]
},
"keycodes": {
"type": "array",