1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-23 14:57:59 +01:00

Added license attribute to schema.json

Closes #325
This commit is contained in:
scribblemaniac 2016-06-02 23:29:13 -06:00
parent 3aa7dca2c1
commit dd0116ff5c
No known key found for this signature in database
GPG Key ID: 7C40FF495E844DE7

7
.github/schema.json vendored
View File

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