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