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

Commit eca0ba0

Browse files
author
Tim Sowers
committed
Update Limited Rights Data; (DOECODE-1200)
1 parent 9f60c95 commit eca0ba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/gov/osti/entity/DOECodeMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public enum Limitation {
186186
ECI("ECI", "OUO", "Export Controlled Information", 15),
187187
PAT("PAT", "OUO", "Patent Pending", 15),
188188
PDOUO("PDOUO", "OUO", "Program-Determined Official Use Only", 15),
189-
PROP("PROP", "OUO", "Limited Rights Data", 15),
189+
LRD("LRD", "OUO", "Limited Rights Data (Proprietary/Trade Secret)", 15),
190190
PROT("PROT", "OUO", "Protected Data CRADA/EPACT/OTHER", 15),
191191
SSI("SSI", "OUO", "Security Sensitive Information", 15);
192192

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ A full JSON example is [provided below](#json_example).
380380
| Field Name | Description |
381381
| --- | --- |
382382
| 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. |
383-
| access_limitations | The access limitation assigned to the project as an array of strings, delimited by commas. Valid values include: UNL, OUO, ECI, PAT, PDOUO, PROP, PROT, SSI. More information on these access limitations can be found on the [DOE CODE Help page](/doecode/help#access-limitations).<br /><br />Note: UNL cannot be combined with any other access limitation.<br /><br />Note: All OUO-categorized access limitations must also include the OUO value. Example for entering an access limitation of ECI: \["OUO","ECI"\] |
383+
| access_limitations | The access limitation assigned to the project as an array of strings, delimited by commas. Valid values include: UNL, OUO, ECI, PAT, PDOUO, LRD, PROT, SSI. More information on these access limitations can be found on the [DOE CODE Help page](/doecode/help#access-limitations).<br /><br />Note: UNL cannot be combined with any other access limitation.<br /><br />Note: All OUO-categorized access limitations must also include the OUO value. Example for entering an access limitation of ECI: \["OUO","ECI"\] |
384384
| site_ownership_code | The DOE National Laboratory, DOE Program Office, Field Office, or Major Site/Facility that is submitting the code/software. This value is determined by the system. |
385385
| project_type | This refers to how the source of the project type is accessed; must be one of "OS" (open source), "ON" (open source, not public), or "CS" (closed source, site hosted) |
386386
| 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. DOE CODE does not currently support the submission of individual branch URL paths, so this must be a primary or base URL for the repository. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Content-Type: application/json
264264
{"label": "ECI","value": "ECI"},
265265
{"label": "PAT","value": "PAT"},
266266
{"label": "PDOUO","value": "PDOUO"},
267-
{"label": "PROP","value": "PROP"},
267+
{"label": "LRD","value": "LRD"},
268268
{"label": "PROT","value": "PROT"},
269269
{"label": "SSI","value": "SSI"}
270270
]

0 commit comments

Comments
 (0)