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

Commit ea3876f

Browse files
author
Tim Sowers
committed
Add Award DOIs; (DOECODE-852)
1 parent fdd0c60 commit ea3876f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
public class FundingIdentifier implements Serializable {
1919
public enum Type {
2020
AwardNumber("Award Number"),
21+
AwardDOI("Award DOI"),
2122
BRCode("BR Code"),
2223
FWPNumber("FWP Number");
2324

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ Content-Type: application/json
200200
```json
201201
{"fundingIdentifierTypes":[
202202
{"label":"Award Number","value":"AwardNumber"},
203+
{"label":"Award DOI","value":"AwardDOI"},
203204
{"label":"BR Code","value":"BRCode"},
204205
{"label":"FWP Number","value":"FWPNumber"}]}
205206
```

0 commit comments

Comments
 (0)