Sha256: 8a1c25609d658d2e32710adad3b766b5e526fc3e210a9b1b5f752e2ead16001a

Contents?: true

Size: 616 Bytes

Versions: 7

Compression:

Stored size: 616 Bytes

Contents

{
  "id": "quantitativeResult.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "example": "../examples/quantitativeResult.json",
  "description": "",
  "translation": {
    "ISO 19115-2": ["MI_Metadata > DQ_DataQuality > Report > quantitativeResult"]
  },
  "properties": {
    "dateTime": {
      "type": "string"
    },
    "scope": {
      "$ref": "./scope.json#"
    },
    "value": {
      "type": "array",
      "items": {
        "type": "number"
      }
    },
    "valueUnits": {
      "type": "string"
    },
    "valueRecordType": {
      "type": "string"
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.8.1 schema/quantitativeResult.json
adiwg-mdjson_schemas-2.8.0 schema/quantitativeResult.json
adiwg-mdjson_schemas-2.8.0.pre.beta9 schema/quantitativeResult.json
adiwg-mdjson_schemas-2.8.0.pre.beta8 schema/quantitativeResult.json
adiwg-mdjson_schemas-2.8.0.pre.rc8 schema/quantitativeResult.json
adiwg-mdjson_schemas-2.8.0.pre.rc7 schema/quantitativeResult.json
adiwg-mdjson_schemas-2.8.0.pre.beta6 schema/quantitativeResult.json