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

Commit cdf64af

Browse files
author
sowerstl
committed
Change accessibility language in service doc; (DOECODE-446)
1 parent 11a180b commit cdf64af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ A full JSON example is [provided below.](#json_example)
337337
| Field Name | Description |
338338
| --- | --- |
339339
| code_id | The unique value given to a particular DOE CODE Project record once stored. Should be *null* or not provided for new entries, and will be returned once a record is saved or submitted successfully. |
340-
| accessibility | Project source code accessibility value; must be one of "OS" (open source), "ON" (open source, not public) or "CS" (closed source) |
340+
| accessibility | This refers to how the source of the project type is accessed; must be one of "OS" (open source), "ON" (open source, not public), "CS" (closed source, site hosted), or "CO" (closed source, OSTI hosted) |
341341
| repository_link | If the software project is available via public hosting service, such as github.com, bitbucket.org, etc. the public repository URL should be provided here. |
342342
| landing_page | If the project is not available via open source hosting site, provide a URL describing the project and contact information for obtaining binary or source |
343343
| developers | An array of Objects, providing information about a project's developers or creators. Fields are [specified below.](#persons_fields) |

0 commit comments

Comments
 (0)