Sha256: 1205cb64b62155552c3730ace97c8bb0f78db64fed146e61798a802106a44f4f
Contents?: true
Size: 928 Bytes
Versions: 2
Compression:
Stored size: 928 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": "", "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.", "example": "", "translation": {}, "minLength": 1 }, "systemIdentifier": { "$ref" : "./identifier.json#", "description" : "The reference system identifier or definition.", "example": "" } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adiwg-mdjson_schemas-2.0.0.pre.alpha.1 | schema/spatialReference.json |
adiwg-mdjson_schemas-2.0.0.pre.alpha | schema/spatialReference.json |