From dd0116ff5c44fffb403134c07d21287c2f92b14b Mon Sep 17 00:00:00 2001 From: scribblemaniac Date: Thu, 2 Jun 2016 23:29:13 -0600 Subject: [PATCH] Added license attribute to schema.json Closes #325 --- .github/schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/schema.json b/.github/schema.json index 983e8771..75184429 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -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.",