ESRI ArcGIS · Schema

SpatialReference

GISGeospatialMappingLocationSpatial Analysis

Properties

Name Type Description
wkid integer Well-known ID for the spatial reference (e.g., 4326 for WGS84)
latestWkid integer
View JSON Schema on GitHub

JSON Schema

esri-arcgis-spatialreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SpatialReference",
  "title": "SpatialReference",
  "type": "object",
  "properties": {
    "wkid": {
      "type": "integer",
      "description": "Well-known ID for the spatial reference (e.g., 4326 for WGS84)"
    },
    "latestWkid": {
      "type": "integer"
    }
  }
}