Sha256: c0cbf55cc07f80e04ec031613fafb55b5f902105823442fb3ba4eca6063a3faa

Contents?: true

Size: 1.22 KB

Versions: 5

Compression:

Stored size: 1.22 KB

Contents

{
  "id": "quantitativeResult.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "required": ["value"],
  "example": "../examples/quantitativeResult.json",
  "description": "The values or information about the value(s) (or set of values) obtained from applying a data quality measure.",
  "translation": {
    "ISO 19115-2": [
      "MI_Metadata > DQ_DataQuality > Report > quantitativeResult"
    ]
  },
  "properties": {
    "dateTime": {
      "type": "string",
      "description": "Date when the result was generated."
    },
    "scope": {
      "$ref": "./scope.json#",
      "description": "Scope of the result."
    },
    "value": {
      "type": "array",
      "description": "Quantitative value or values, content determined by the evaluation procedure used, accordingly with the value type and valueStructure defined for the measure.",
      "minItems": 1,
      "items": {
        "type": "number"
      }
    },
    "valueUnits": {
      "type": "string",
      "description": "Value unit for reporting a data quality result."
    },
    "valueRecordType": {
      "type": "string",
      "description": "Value type for reporting a data quality result, depends of the implementation."
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

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