diff options
| author | Pascal Getreuer <50221757+getreuer@users.noreply.github.com> | 2025-03-31 22:06:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 16:06:42 +1100 |
| commit | da166d4d8b1eb5cf984a08effdf20faaca2b3234 (patch) | |
| tree | 07d4bac5c1f532ff5d7432c5f3fd74f924e0dfbe /data | |
| parent | 3cd292498566cd94983a5311156fb3b7f348d911 (diff) | |
Add "license" field to Community Module JSON schema. (#25085)
Add "license" field to community module schema.
Diffstat (limited to 'data')
| -rw-r--r-- | data/schemas/community_module.jsonschema | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 7 | "properties": { | 7 | "properties": { |
| 8 | "module_name": {"$ref": "qmk.definitions.v1#/text_identifier"}, | 8 | "module_name": {"$ref": "qmk.definitions.v1#/text_identifier"}, |
| 9 | "maintainer": {"$ref": "qmk.definitions.v1#/text_identifier"}, | 9 | "maintainer": {"$ref": "qmk.definitions.v1#/text_identifier"}, |
| 10 | "license": {"type": "string"}, | ||
| 10 | "url": { | 11 | "url": { |
| 11 | "type": "string", | 12 | "type": "string", |
| 12 | "format": "uri" | 13 | "format": "uri" |
