schema/metadataInfo.json in adiwg-mdjson_schemas-2.4.5 vs schema/metadataInfo.json in adiwg-mdjson_schemas-2.4.7

- old
+ new

@@ -49,20 +49,30 @@ "description": "Date that the metadata was updated.", "translation": { "ISO 19115-2": ["MI_Metadata > dateStamp"], "FGDC CSDGM": ["metainfo > metrd"] }, - "minItems": 1, "items": { "$ref": "common.json#/definitions/dateObject" } }, "metadataOnlineResource": { "type": "array", "description": "Online location where the metadata is available.", "translation": {}, "items": { "$ref": "./onlineResource.json#" + } + }, + "metadataConstraint": { + "type": "array", + "description": "Provides information about restrictions on the access and use of metadata.", + "translation": { + "ISO 19115-2": ["MI_Metadata > metadataConstraints"], + "FGDC CSDGM": ["metainfo > metac", "metainfo > metuc"] + }, + "items": { + "$ref": "./constraint.json#" } }, "alternateMetadataReference": { "type": "array", "description": "Reference to alternative metadata for the resource.",