diff options
| author | QMK Bot | 2025-04-18 11:05:59 +0200 |
|---|---|---|
| committer | QMK Bot | 2025-04-18 11:05:59 +0200 |
| commit | 988d81581dc0bb55f4edf62eaadd89c442691f83 (patch) | |
| tree | c2aab7d1ff4e688d930d49a38ec6dfd75133444c /data/schemas/community_module.jsonschema | |
| parent | b43fc33be3df1d8f9b0b13c43dea764adf2d70c5 (diff) | |
| parent | 800bc78d26ea02083be86596ab63fe7d4bf17e5c (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'data/schemas/community_module.jsonschema')
| -rw-r--r-- | data/schemas/community_module.jsonschema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/schemas/community_module.jsonschema b/data/schemas/community_module.jsonschema index a237e210ce..feced00508 100644 --- a/data/schemas/community_module.jsonschema +++ b/data/schemas/community_module.jsonschema @@ -3,7 +3,7 @@ "$id": "qmk.community_module.v1", "title": "Community Module Information", "type": "object", - "required": ["module_name", "maintainer"] + "required": ["module_name", "maintainer"], "properties": { "module_name": {"$ref": "qmk.definitions.v1#/text_identifier"}, "maintainer": {"$ref": "qmk.definitions.v1#/text_identifier"}, @@ -13,6 +13,6 @@ "format": "uri" }, "keycodes": {"$ref": "qmk.definitions.v1#/keycode_decl_array"}, - "features": {"$ref": "qmk.keyboard.v1#/definitions/features_config"}, + "features": {"$ref": "qmk.keyboard.v1#/definitions/features_config"} } } |