Add "license" field to Community Module JSON schema. (#25085)
Add "license" field to community module schema.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user