docs/maps/DRO.json in cocina-models-0.21.0 vs docs/maps/DRO.json in cocina-models-0.22.0
- old
+ new
@@ -84,13 +84,25 @@
"download": {
"description": "Download level for the DRO metadata.",
"type": "string",
"enum": ["world", "stanford", "location-based", "citation-only", "dark"]
},
- "embargoReleaseDate": {
- "description": "Date when the DRO is released from an embargo, if an embargo exists.",
- "type": "string",
- "format": "date-time"
+ "embargo": {
+ "description": "Embargo metadata",
+ "type": "object",
+ "required": ["releaseDate", "access"],
+ "properties": {
+ "releaseDate": {
+ "description": "Date when the DRO is released from an embargo.",
+ "type": "string",
+ "format": "date-time"
+ },
+ "access": {
+ "description": "Access level for the DRO when released from embargo.",
+ "type": "string",
+ "enum": ["world", "stanford", "location-based", "citation-only", "dark"]
+ }
+ }
},
"license": {
"description": "The license governing reuse of the DRO. Should be an IRI for known licenses (i.e. CC, RightsStatement.org URI, etc.).",
"type": "string"
},