Skip to content

Commit

Permalink
Merge pull request #7 from wcmc-its/update_orcid_attribute
Browse files Browse the repository at this point in the history
Added ORCID ID to Reciter Identity Model
  • Loading branch information
mrj4001 authored Feb 8, 2024
2 parents cf8e255 + 783325d commit bd75b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reciter/model/identity/Identity.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ public class Identity {
@DynamoDBIgnore
@JsonIgnore
private Map<String, List<String>> identityOrgUnitToSynonymMap; // Map for a actual orgUnit to synonym as defined by ReCiter application
private String orcid;
}

0 comments on commit bd75b42

Please sign in to comment.