Sha256: 7df400a31d7bafd35bf61fc353abf2a2084603acab797afd51b2e0dc8b1cb770

Contents?: true

Size: 1.74 KB

Versions: 9

Compression:

Stored size: 1.74 KB

Contents

{
  "id": "spatialRepresentation.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "example": "../examples/spatialRepresentation.json",
  "description": "",
  "translation": {},
  "type": "object",
  "required": [],
  "additionalProperties": true,
  "oneOf": [{
      "type": "object",
      "title": "gridRepresentation",
      "example": "../examples/gridRepresentation.json",
      "required": ["gridRepresentation"],
      "additionalProperties": true,
      "properties": {
        "gridRepresentation": {
          "$ref": "./gridRepresentation.json#"
        }
      }
    },
    {
      "type": "object",
      "title": "vectorRepresentation",
      "example": "../examples/vectorRepresentation.json",
      "required": ["vectorRepresentation"],
      "additionalProperties": true,
      "properties": {
        "gridRepresentation": {
          "$ref": "./vectorRepresentation.json#"
        }
      }
    },
    {
      "type": "object",
      "title": "georectifiedRepresentation",
      "example": "../examples/georectifiedRepresentation.json",
      "required": ["georectifiedRepresentation"],
      "additionalProperties": true,
      "properties": {
        "gridRepresentation": {
          "$ref": "./georectifiedRepresentation.json#"
        }
      }
    },
    {
      "type": "object",
      "title": "georeferenceableRepresentation",
      "example": "../examples/georeferenceableRepresentation.json",
      "required": ["georeferenceableRepresentation"],
      "additionalProperties": true,
      "properties": {
        "type": {
          "type": "string",
          "enum": ["georeferenceable"]
        },
        "georeferenceableRepresentation": {
          "$ref": "./georeferenceableRepresentation.json#"
        }
      }
    }
  ]
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0 schema/spatialRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.7 schema/spatialRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.6 schema/spatialRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.5 schema/spatialRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.4 schema/spatialRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.3 schema/spatialRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.2 schema/spatialRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta.1 schema/spatialRepresentation.json
adiwg-mdjson_schemas-2.0.0.pre.beta schema/spatialRepresentation.json