From da166d4d8b1eb5cf984a08effdf20faaca2b3234 Mon Sep 17 00:00:00 2001 From: Pascal Getreuer Date: Mon, 31 Mar 2025 22:06:42 -0700 Subject: Add "license" field to Community Module JSON schema. (#25085) Add "license" field to community module schema.--- data/schemas/community_module.jsonschema | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/schemas/community_module.jsonschema b/data/schemas/community_module.jsonschema index a3474476df..a237e210ce 100644 --- a/data/schemas/community_module.jsonschema +++ b/data/schemas/community_module.jsonschema @@ -7,6 +7,7 @@ "properties": { "module_name": {"$ref": "qmk.definitions.v1#/text_identifier"}, "maintainer": {"$ref": "qmk.definitions.v1#/text_identifier"}, + "license": {"type": "string"}, "url": { "type": "string", "format": "uri" -- cgit v1.2.3