Sha256: f3a353c6bb192c0582fde70adbcb84346dc2878bab6a706aad6f7a33723c61b4

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "verticalExtent.json#",

  "type": "object",
  "description": "Vertical element of an extent.",
  "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.",
      "example": ""
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.1 schema/verticalExtent.json
adiwg-mdjson_schemas-2.0.0.pre.alpha schema/verticalExtent.json