Sha256: c6a563b5e6b7a52e9f4eeeeb2904662e6ba6c246d1fbc228bddb48907f10fc2d

Contents?: true

Size: 911 Bytes

Versions: 5

Compression:

Stored size: 911 Bytes

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",
  "required": ["systemIdentifier", "type"],
  "additionalProperties": true,
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of reference system used.",
      "translation": {},
      "minLength": 1
    },
    "systemIdentifier": {
      "$ref": "./identifier.json#",
      "description": "The reference system identifier or definition."
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 schema/spatialReference.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 schema/spatialReference.json