Skip to content

Commit def981b

Browse files
authored
Merge pull request #108 from collinschwantes/fix/typos_metadata
Fix/typos metadata
2 parents 46221d8 + baf21fd commit def981b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

inst/extdata/dc/schema-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"name": "Name of first contributor. (Note that authors are specified in the 'creator' field, and a 'contributor' is not a 'creator'.)",
1616
"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'.",
17-
"affiliantion": "(Optional) Affiliation of contributor",
17+
"affiliation": "(Optional) Affiliation of contributor",
1818
"orcid": "(Optional) ORCID ID of contributor.",
1919
"gnd": "(Optional) GND number of contributor"
2020
},
@@ -27,7 +27,7 @@
2727
"creator": [
2828
{
2929
"name": "Name of first creator.",
30-
"affliantion": "(Optional, Zenodo only)",
30+
"affiliation": "(Optional, Zenodo only)",
3131
"id": "(Optional, figshare only) Integer 'id' on Figshare of creator.",
3232
"first_name": "(Optional, figshare only)",
3333
"last_name": "(Optional, figshare only)",

inst/extdata/dc/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"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.",
256256
"anyOf": [
257257
{
258-
"typpe": "string"
258+
"type": "string"
259259
},
260260
{
261261
"description": "Zenodo 'related_identifiers' field",
@@ -298,7 +298,7 @@
298298
"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.",
299299
"anyOf": [
300300
{
301-
"typpe": "string"
301+
"type": "string"
302302
},
303303
{
304304
"description": "Zenodo 'related_identifiers' field",
@@ -349,7 +349,7 @@
349349
"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.",
350350
"anyOf": [
351351
{
352-
"typpe": "string"
352+
"type": "string"
353353
},
354354
{
355355
"description": "Zenodo 'related_identifiers' field",

0 commit comments

Comments
 (0)