Sha256: b458b3b46bee88dfe4afc999daf826cbc831ad78f01dfeb8d54658a3bb624c2c

Contents?: true

Size: 1.16 KB

Versions: 67

Compression:

Stored size: 1.16 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "verticalExtent.json#",
  "type": "object",
  "description": "Vertical element of an extent.",
  "example": "../examples/verticalExtent.json",
  "translation": {
    "ISO 19115-2": ["EX_Extent > verticalElement > EX_VerticalExtent "]
  },
  "additionalProperties": true,
  "required": ["minValue", "maxValue", "crsId"],
  "properties": {
    "description": {
      "type": "string",
      "description": "A brief description providing relevant information about the verticalExtent."
    },
    "minValue": {
      "type": "number",
      "description": "Lowest vertical extent contained in the resource.",
      "translation": {
        "ISO 19115-2": ["EX_VerticalExtent > minimumValue > Real "]
      }
    },
    "maxValue": {
      "type": "number",
      "description": "Highest vertical extent contained in the resource.",
      "translation": {
        "ISO 19115-2": ["EX_VerticalExtent > maximumValue > Real "]
      }
    },
    "crsId": {
      "$ref": "./spatialReference.json#",
      "description": "Identifies the vertical coordinate reference system used for the minimum and maximum values."
    }
  }
}

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.9.2.pre.beta.21 schema/verticalExtent.json
adiwg-mdjson_schemas-2.9.2.pre.beta.20 schema/verticalExtent.json
adiwg-mdjson_schemas-2.9.2.pre.beta.19 schema/verticalExtent.json
adiwg-mdjson_schemas-2.9.1 schema/verticalExtent.json
adiwg-mdjson_schemas-2.9.0 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.1 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0.pre.beta9 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0.pre.beta8 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0.pre.rc8 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0.pre.rc7 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0.pre.beta6 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0.pre.beta3 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0.pre.beta2 schema/verticalExtent.json
adiwg-mdjson_schemas-2.8.0.pre.beta schema/verticalExtent.json
adiwg-mdjson_schemas-2.7.0 schema/verticalExtent.json
adiwg-mdjson_schemas-2.6.3 schema/verticalExtent.json
adiwg-mdjson_schemas-2.6.2 schema/verticalExtent.json
adiwg-mdjson_schemas-2.6.1 schema/verticalExtent.json
adiwg-mdjson_schemas-2.6.0 schema/verticalExtent.json