Add "license" field to Community Module JSON schema. (#25085)
Add "license" field to community module schema.
This commit is contained in:
parent
3cd2924985
commit
da166d4d8b
5 changed files with 13 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue