Sha256: f8cdced599bd522ed90d5176b5529e87cb463126a4081bbd6070c9a5b745f251

Contents?: true

Size: 1.14 KB

Versions: 30

Compression:

Stored size: 1.14 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "spatialReference.json#",
  "description": "Geospatial referencing system used in the the data resource. The reference can be provided by an EPSG number, a named reference, or providing the parameters in a well known text (WKT) format.",
  "example": "../examples/spatialReference.json",
  "translation": {
    "ISO 19115-2": ["MD_Metadata > referenceSystemInfo > MD_ReferenceSystem > referenceSystemIdentifier > RS_Identifier > code"]
  },
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "referenceSystemType": {
      "type": "string",
      "description": "Type of reference system used.",
      "translation": {},
      "codelist": "iso_referenceSystemType",
      "minLength": 1
    },
    "referenceSystemIdentifier": {
      "$ref": "./identifier.json#",
      "description": "The reference system identifier or definition."
    }
  },
  "anyOf": [{
      "title": "referenceSystemType is required",
      "required": ["referenceSystemType"]
    },
    {
      "title": "referenceSystemIdentifier is required",
      "required": ["referenceSystemIdentifier"]
    }
  ]
}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.beta.7 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.beta.6 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.beta.5 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.beta.4 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.beta.3 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.beta.2 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.beta.1 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.beta schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.18 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.17 schema/spatialReference.json