Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inst/extdata/dc/schema-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "Name of first contributor. (Note that authors are specified in the 'creator' field, and a 'contributor' is not a 'creator'.)",
"type": "(Optional) For Zenodo; one of 'ContactPerson', 'DataCollector', 'DataCurator', 'DataManager', 'istributor', 'Editor', 'HostingInstitution', 'Producer', 'ProjectLeader', 'ProjectManager', 'ProjectMember', 'RegistrationAgency', 'RegistrationAuthority', 'RelatedPerson', 'Researcher', 'ResearchGroup', 'RightsHolder', 'upervisor', 'Sponsor', 'WorkPackageLeader', 'Other'.",
"affiliantion": "(Optional) Affiliation of contributor",
"affiliation": "(Optional) Affiliation of contributor",
"orcid": "(Optional) ORCID ID of contributor.",
"gnd": "(Optional) GND number of contributor"
},
Expand All @@ -27,7 +27,7 @@
"creator": [
{
"name": "Name of first creator.",
"affliantion": "(Optional, Zenodo only)",
"affiliation": "(Optional, Zenodo only)",
"id": "(Optional, figshare only) Integer 'id' on Figshare of creator.",
"first_name": "(Optional, figshare only)",
"last_name": "(Optional, figshare only)",
Expand Down
6 changes: 3 additions & 3 deletions inst/extdata/dc/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"description": "A related resource that is included either physically or logically in the described resource. This property is an inverse property of Is Part Of.",
"anyOf": [
{
"typpe": "string"
"type": "string"
},
{
"description": "Zenodo 'related_identifiers' field",
Expand Down Expand Up @@ -298,7 +298,7 @@
"description": "A related resource that is a version, edition, or adaptation of the described resource. Changes in version imply substantive changes in content rather than differences in format. This property is an inverse property of Is Version Of.",
"anyOf": [
{
"typpe": "string"
"type": "string"
},
{
"description": "Zenodo 'related_identifiers' field",
Expand Down Expand Up @@ -349,7 +349,7 @@
"description": "A pre-existing related resource that is substantially the same as the described resource, but in another format. This property is an inverse property of Has Format.",
"anyOf": [
{
"typpe": "string"
"type": "string"
},
{
"description": "Zenodo 'related_identifiers' field",
Expand Down