diff options
author | QMK Bot <hello@qmk.fm> | 2023-09-20 13:14:27 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-09-20 13:14:27 +0000 |
commit | 21c396a3aa7bc8deb225cbc8a4ea1bfb069f2333 (patch) | |
tree | 1670bf771c47a6c43e1d5b06bd59b94562cef0a9 /data/schemas/keyboard.jsonschema | |
parent | 9a4c30774089b1e0d65e32f86777c69f4f1a313e (diff) | |
parent | cdff9b8da710df29da2d977da0c6cf2b5ba1bf7b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data/schemas/keyboard.jsonschema')
-rw-r--r-- | data/schemas/keyboard.jsonschema | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index 0f0576b1c3..1d9b7e7e6a 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -268,7 +268,11 @@ "enabled": {"type": "boolean"} } }, - "features": {"$ref": "qmk.definitions.v1#/boolean_array"}, + "features": { + "$ref": "qmk.definitions.v1#/boolean_array", + "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" } + + }, "indicators": { "type": "object", "properties": { @@ -382,6 +386,7 @@ "properties": { "animations": { "type": "object", + "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" } "additionalProperties": { "type": "boolean" } @@ -431,6 +436,7 @@ "properties": { "animations": { "type": "object", + "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" } "additionalProperties": { "type": "boolean" } @@ -483,6 +489,7 @@ "properties": { "animations": { "type": "object", + "propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" } "additionalProperties": { "type": "boolean" } |