schema/schema/dataQuality.json in adiwg-mdjson_schemas-1.0.0rc1 vs schema/schema/dataQuality.json in adiwg-mdjson_schemas-1.0.0
- old
+ new
@@ -7,11 +7,11 @@
"translation": {
"ISO 19115-2": ["DQ_DataQuality"],
"FGDC CSDGM": ["dataqual"]
},
"required": ["scope"],
- "additionalProperties": false,
+ "additionalProperties": true,
"properties": {
"scope": {
"type": "string",
"description": "The scope to which the data quality information is applied, for instance; dataset, attribute, feature, series, etc.",
"translation": {
@@ -32,11 +32,11 @@
"description": "Non-quantitative quality information about the lineage of the resource as specified by the scope.",
"example": "../../examples/full_example.json#/metadata/resourceInfo/dataQualityInfo/0/lineage",
"translation": {
"ISO 19115-2": ["LI_Lineage"]
},
- "additionalProperties": false,
+ "additionalProperties": true,
"properties": {
"statement": {
"type": "string",
"description": "General explanation of the data producer's knowledge about the lineage of a dataset.",
"translation": {
@@ -72,11 +72,11 @@
"example": "../../examples/full_example.json#/metadata/resourceInfo/dataQualityInfo/0/lineage/processStep",
"translation": {
"ISO 19115-2": ["LI_ProcessStep"]
},
"required": ["description"],
- "additionalProperties": false,
+ "additionalProperties": true,
"properties": {
"stepId": {
"type": "string",
"description": "Serial identifier used to order the sequence of steps used.",
"translation": {
@@ -124,10 +124,10 @@
"description": "Information about the source of the resource relative to the data lineage.",
"example": "../../examples/full_example.json#/metadata/resourceInfo/dataQualityInfo/0/lineage/source",
"translation": {
"ISO 19115-2": ["LI_Source"]
},
- "additionalProperties": false,
+ "additionalProperties": true,
"properties": {
"description": {
"type": "string",
"description": "Description of the source for the resource.",
"translation": {
\ No newline at end of file