Skip to content

Commit

Permalink
feat: Add DOI field to publications (PR jsonresume#405)
Browse files Browse the repository at this point in the history
Merge branch 'pr/bilalshaikh42/405'
  • Loading branch information
cometsong committed Dec 5, 2023
1 parent 8996c2c commit 0609943
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@
"summary": {
"type": "string",
"description": "Short summary of publication. e.g. Discussion of the World Wide Web, HTTP, HTML."
},
"doi":{
"type": "string",
"description": "The DOI of the publication"
}
}
}
Expand Down

0 comments on commit 0609943

Please sign in to comment.