Skip to content

Commit

Permalink
Merge pull request #206 from DiSSCo/feature/opends-0.4.0
Browse files Browse the repository at this point in the history
Fix version of refs
  • Loading branch information
samleeflang authored Oct 17, 2024
2 parents cdd345f + 16cb08b commit 28c5bcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,45 +403,45 @@
"description": "Contains zero or more ods:Assertion objects",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.3.0/assertion.json"
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/assertion.json"
}
},
"ods:hasCitations": {
"type": "array",
"description": "Contains zero or more ods:Citation objects",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.3.0/citation.json"
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/citation.json"
}
},
"ods:hasIdentifiers": {
"type": "array",
"description": "Contains zero or more ods:Identifier objects",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.3.0/identifier.json"
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/identifier.json"
}
},
"ods:hasEntityRelationships": {
"type": "array",
"description": "Contains zero or more ods:EntityRelationship objects",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.3.0/entity-relationship.json"
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/entity-relationship.json"
}
},
"ods:hasAgents": {
"type": "array",
"description": "Contains zero or more ods:Agent objects",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.3.0/agent.json"
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/agent.json"
}
},
"ods:hasTombstoneMetadata": {
"type": "object",
"description": "Object containing the tombstone metadata of the object. Only present when ods:status is ods:Tombstone",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.3.0/tombstone-metadata.json"
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/tombstone-metadata.json"
}
},
"required": [
Expand Down
4 changes: 2 additions & 2 deletions data-model/fdo-type/digital-specimen/0.4.0/schema/event.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@
"description": "Contains additional information about the ods:Event in the form of assertions",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.3.0/assertion.json"
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/assertion.json"
}
},
"ods:hasLocation": {
"type": "object",
"description": "Contains the spatial region or named place of where the ods:Event took place",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/digital-specimen/0.3.0/location.json"
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/digital-specimen/0.4.0/location.json"
}
},
"required": [
Expand Down

0 comments on commit 28c5bcd

Please sign in to comment.