Skip to content

Commit

Permalink
Fix hasAgents to array
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Oct 17, 2024
1 parent 16cb08b commit 3fab9cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
]
},
"ods:hasAgents": {
"type": "object",
"type": "array",
"description": "The agent(s) who made the assertion, contains an ods:Agent object",
"items": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"description": "Is the citation peer reviewed?"
},
"ods:hasAgents": {
"type": "object",
"type": "array",
"description": "The agent(s) who made the publication, contains an ods:Agent object",
"items": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
]
},
"ods:hasAgents": {
"type": "object",
"type": "array",
"description": "The agent(s) who created the entityRelationship, contains an ods:Agent object",
"items": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
},
"ods:hasAgents": {
"type": "object",
"type": "array",
"description": "The agent(s) who tombstoned the Digital Object, contains an ods:Agent object",
"minItems": 1,
"items": {
Expand Down

0 comments on commit 3fab9cc

Please sign in to comment.