docs/maps/DRO.json in cocina-models-0.24.0 vs docs/maps/DRO.json in cocina-models-0.25.0
- old
+ new
@@ -174,9 +174,20 @@
},
"description": {
"description": "Descriptive metadata for the DRO.",
"$ref": "/Description"
},
+ "geographic": {
+ "description": "Geographic metadata for the DRO.",
+ "type": "object",
+ "required": ["iso19139"],
+ "properties": {
+ "iso19139": {
+ "description": "Geographic ISO 19139 XML metadata",
+ "type": "string"
+ }
+ }
+ },
"identification": {
"description": "Identifying information for the DRO.",
"type": "object",
"required": ["identifier"],
"properties": {