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
Failed to generate hash of commit
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",