schema/schema.json in adiwg-mdjson_schemas-2.0.0.pre.alpha.3 vs schema/schema.json in adiwg-mdjson_schemas-2.0.0.pre.alpha.4
- old
+ new
@@ -34,9 +34,17 @@
}
},
"metadata": {
"$ref": "metadata.json"
},
+ "metadataRepository": {
+ "type": "array",
+ "description": "Identifies repositories for distribution of the resource metadata.",
+ "uniqueItems": true,
+ "items": {
+ "$ref": "metadataRepository.json"
+ }
+ },
"dataDictionary": {
"type": "array",
"description": "A description of the contents, format and structure of the physical objects in a data resource.",
"translation": {
"ISO 19115-2": ["FC_FeatureCatalogue"]