Skip to content

Commit 102d0f8

Browse files
Added None as option to license enum and added required fields
Signed-off-by: Natalia Luzuriaga <[email protected]>
1 parent 27125e3 commit 102d0f8

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

schemas/schema-0.0.0.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"name": {
5555
"type": "string",
56-
"enum": ["CC0-1.0", "Apache-2.0", "MIT", "MPL-2.0", "GPL-2.0-only", "GPL-3.0-only", "GPL-3.0-or-later", "LGPL-2.1-only", "LGPL-3.0-only", "BSD-2-Clause", "BSD-3-Clause", "EPL-2.0", "Other"],
56+
"enum": ["CC0-1.0", "Apache-2.0", "MIT", "MPL-2.0", "GPL-2.0-only", "GPL-3.0-only", "GPL-3.0-or-later", "LGPL-2.1-only", "LGPL-3.0-only", "BSD-2-Clause", "BSD-3-Clause", "EPL-2.0", "Other", "None"],
5757
"description": "An abbreviation for the name of the license"
5858
}
5959
},
@@ -221,29 +221,29 @@
221221
}
222222
},
223223
"required": [
224-
"name",
225-
"softwareDescription",
226-
"status",
227-
"permissions",
228-
"organization",
229-
"vcs",
230-
"laborHours",
231-
"platforms",
232-
"categories",
233-
"softwareType",
234-
"languages",
235-
"maintenance",
236-
"date",
237-
"tags",
238-
"contact",
239-
"localisation",
240-
"repoType",
241-
"userInput",
242-
"fismaLevel",
243-
"group",
244-
"subsetInHealthcare",
245-
"userType",
246-
"repositoryHost",
247-
"maturityModelTier"
224+
"name",
225+
"softwareDescription",
226+
"status",
227+
"permissions",
228+
"organization",
229+
"vcs",
230+
"laborHours",
231+
"platforms",
232+
"categories",
233+
"softwareType",
234+
"languages",
235+
"maintenance",
236+
"date",
237+
"tags",
238+
"contact",
239+
"localisation",
240+
"repoType",
241+
"userInput",
242+
"fismaLevel",
243+
"group",
244+
"subsetInHealthcare",
245+
"userType",
246+
"repositoryHost",
247+
"maturityModelTier"
248248
]
249249
}

0 commit comments

Comments
 (0)