Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit cc365da

Browse files
committed
1.2: modified the documentation to include the new software type field.
Signed-off-by: Neal Ensor <[email protected]>
1 parent 3f14671 commit cc365da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/gov/osti/services/Metadata.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
353357
Developers 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",

0 commit comments

Comments
 (0)