This repository was archived by the owner on Oct 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/main/java/gov/osti/services Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,9 @@ Validation rules are:
240240* at least one developer
241241 * each developer must have a first and last name
242242 * if email is provided, it must be valid
243+ * software type is required:
244+ * "S" (Scientific)
245+ * "B" (Business), also requires at least one sponsoring organization
243246
244247
245248
@@ -348,6 +351,7 @@ A full JSON example is [provided below.](#json_example)
348351| acronym | A short descriptive acronym or abbreviation for this software project. |
349352| date_of_issuance | The date the software project was made available or submitted. |
350353| software_title | The software title. |
354+ | software_type | The type of software, either "S" for Scientific, or "B" for Business related. |
351355
352356### <a name =" persons_fields" ></a >Developers and Contributors
353357Developers and Contributors are one-to-many Objects within a software project's metadata information.
@@ -454,6 +458,7 @@ metadata fields.
454458{
455459"code_id":2651,
456460"accessibility":"OS",
461+ "software_type":"S",
457462"repository_link":"https://github.com/doecode/doecode",
458463"developers":[
459464 {"first_name":"Project",
You can’t perform that action at this time.
0 commit comments