Add "license" field to Community Module JSON schema. (#25085)

Add "license" field to community module schema.
This commit is contained in:
Pascal Getreuer 2025-03-31 22:06:42 -07:00 committed by GitHub
parent 3cd2924985
commit da166d4d8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 3 deletions

View file

@ -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"