Sha256: c1c70e5d6a977ffff71fcd09750d3379ab707b417576ce7d253ecc3384f99dbf

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

{
  "id": "conformanceResult.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "required": ["specification", "pass"],
  "example": "../examples/conformanceResult.json",
  "description": "Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.",
  "translation": {
    "ISO 19115-2": ["MI_Metadata > DQ_DataQuality > Report > conformanceResult"]
  },
  "properties": {
    "dateTime": {
      "type": "string",
      "description": "Date when the result was generated."
    },
    "scope": {
      "$ref": "./scope.json#",
      "description": "Scope of the result."
    },
    "specification": {
      "$ref": "./citation.json#",
      "description": "Citation of data product specification or user requirement against which data are being evaluated."
    },
    "explanation": {
      "type": "string",
      "description": "Explanation of the meaning of conformance for this result."
    },
    "pass": {
      "type": "boolean",
      "description": "Indication of the conformance result where 0 = fail and 1 = pass. Default: false."
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

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