Skip to content

Commit

Permalink
add keywords field to research object
Browse files Browse the repository at this point in the history
  • Loading branch information
Electromorphous committed Jan 8, 2025
1 parent 91f4e7f commit b80a118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desci-models/src/ResearchObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export interface ResearchObjectV1 extends ResearchObject {
dpid?: ResearchObjectV1Dpid;
/** Research fields relevant for the publication */
researchFields?: string[];
/** Keywords associated with the research object */
keywords?: string[];
/** Contributors to this publication */
authors?: ResearchObjectV1Author[];

Expand Down

0 comments on commit b80a118

Please sign in to comment.