Sha256: fc2b36cb6c7f2e24ef4d50a8a3a067d18a71fe3715b9ded3999ef4d640119160

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

{
  "id": "dataQuality.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "required": ["scope", "report"],
  "example": "../examples/dataQuality.json",
  "description": "Quality information for the data specified by a data quality scope.",
  "translation": {
    "ISO 19115-2": ["MI_Metadata > DQ_DataQuality"]
  },
  "additionalProperties": true,
  "properties": {
    "scope": {
      "description": "The specific data to which the data quality information applies.",
      "translation": {
        "ISO 19115-2": ["MI_Metadata > DQ_DataQuality > scope"]
      },
      "$ref": "./scope.json#"
    },
    "standaloneQualityReport": {
      "description": "Reference to an external standalone quality report.",
      "translation": {
        "ISO 19115-2": [
          "MI_Metadata > DQ_DataQuality > standaloneQualityReport"
        ]
      },
      "$ref": "./standaloneQualityReport.json#"
    },
    "report": {
      "type": "array",
      "description": "Aspect of quantitative quality information.",
      "minItems": 1,
      "items": {
        "$ref": "./dataQualityReport.json#"
      }
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.9.2.pre.beta.21 schema/dataQuality.json
adiwg-mdjson_schemas-2.9.2.pre.beta.20 schema/dataQuality.json
adiwg-mdjson_schemas-2.9.2.pre.beta.19 schema/dataQuality.json
adiwg-mdjson_schemas-2.9.1 schema/dataQuality.json
adiwg-mdjson_schemas-2.9.0 schema/dataQuality.json