schema/schema/resourceConstraint.json in adiwg-mdjson_schemas-1.0.0rc1 vs schema/schema/resourceConstraint.json in adiwg-mdjson_schemas-1.0.0
- old
+ new
@@ -26,11 +26,11 @@
"description": "Restrictions and legal prerequisites for accessing and using the resource or metadata.",
"example": "../../examples/full_example.json#/metadata/resourceInfo/constraint/legalConstraint",
"translation": {
"ISO 19115-2": ["MD_LegalConstraints"]
},
- "additionalProperties": false,
+ "additionalProperties": true,
"properties": {
"accessConstraint": {
"type": "array",
"description": "Access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource or metadata.",
"translation": {
@@ -70,10 +70,10 @@
"example": "../../examples/full_example.json#/metadata/resourceInfo/constraint/securityConstraint",
"translation": {
"ISO 19115-2": ["MD_SecurityConstraints"]
},
"required": ["classification"],
- "additionalProperties": false,
+ "additionalProperties": true,
"properties": {
"classification": {
"type": "string",
"description": "Name of the handling restrictions on the resource or metadata.",
"translation": {
\ No newline at end of file