Skip to content

Commit

Permalink
Add required fields to datasite schema creators field
Browse files Browse the repository at this point in the history
  • Loading branch information
genie9 committed Apr 4, 2022
1 parent 87f204f commit cc92c09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion metadata_backend/helpers/schemas/datacite.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"type": "array",
"title": "Creators",
"description": "The main researcher(s) involved in producing the data, or the author(s) of the publication.",
"required": [
"givenName",
"familyName"
],
"items": {
"type": "object",
"title": "Main researcher(s) involved with data or the author(s) of the publication.",
Expand Down Expand Up @@ -860,4 +864,4 @@
"uniqueItems": true
}
}
}
}

0 comments on commit cc92c09

Please sign in to comment.