mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-23 06:48:33 +01:00
parent
3aa7dca2c1
commit
dd0116ff5c
7
.github/schema.json
vendored
7
.github/schema.json
vendored
@ -97,6 +97,13 @@
|
||||
"maxLength": 2,
|
||||
"default": null
|
||||
},
|
||||
"license": {
|
||||
"title": "Project License",
|
||||
"description": "The license that the project's source is under.",
|
||||
"type": "string",
|
||||
"enum": ["apache", "bsd", "gpl", "lgpl", "mit", "mozilla", "cddl", "eclipse", "public_domain", "other"],
|
||||
"default": "other"
|
||||
},
|
||||
"source": {
|
||||
"title": "Project Source",
|
||||
"description": "A URL where the source code to the project can be found.",
|
||||
|
Loading…
Reference in New Issue
Block a user