Skip to content

Commit

Permalink
Merge pull request #207 from DiSSCo/feature/opends-0.4.0
Browse files Browse the repository at this point in the history
Fix hasAgents to array
  • Loading branch information
samleeflang authored Oct 17, 2024
2 parents 28c5bcd + 3fab9cc commit 7e712b8
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 7e712b8

Please sign in to comment.