Sha256: 0a2980dae49c1ec9477db51d87ece1be13380131ea098b6a1d6a9f786105454b

Contents?: true

Size: 1.66 KB

Versions: 16

Compression:

Stored size: 1.66 KB

Contents

{
  "id": "spatialResolution.json#",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "Information about the scale of the geographic extent.",
  "example": "../examples/spatialResolution.json",
  "translation": {
    "ISO 19115-2": ["MD_Resolution"]
  },
  "oneOf": [{
      "type": "object",
      "title": "scaleFactor",
      "required": ["scaleFactor"],
      "properties": {
        "scaleFactor": {
          "type": "number",
          "title": "scaleFactor",
          "example": "../examples/spatialResolution.json",
          "description": "Scale of geographic extent expressed in a hardcopy map scale fraction (denominator).",
          "translation": {
            "ISO 19115-2": ["MD_Resolution > equivalentScale > MD_RepresentativeFraction > denominator > Integer"]
          }
        }
      }
    }, {
      "type": "object",
      "title": "measure",
      "required": ["measure"],
      "properties": {
        "measure": {
          "type": "object",
          "title": "measure",
          "example": "../examples/spatialResolution.json",
          "description": "Scale of geographic extent expressed in ground distance parameters or angle.",
          "$ref": "./measure.json#"
        }
      }
    },
    {
      "type": "object",
      "title": "levelOfDetail",
      "required": ["levelOfDetail"],
      "properties": {
        "levelOfDetail": {
          "type": "string",
          "title": "levelOfDetail",
          "description": "A brief textual description of the spatial resolution of the resource",
          "example": "../examples/spatialResolution.json",
          "translation": {},
          "minLength": 1
        }
      }
    }
  ]
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.0.0.pre.alpha.17 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.16 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.15 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.14 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.13 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.12 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.11 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.10 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.9 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.8 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.7 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.6 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.5 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.4 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.3 schema/spatialResolution.json
adiwg-mdjson_schemas-2.0.0.pre.alpha.2 schema/spatialResolution.json