ESRI ArcGIS · Schema

GeocodeResponse

GISGeospatialMappingLocationSpatial Analysis

Properties

Name Type Description
spatialReference object
candidates array
View JSON Schema on GitHub

JSON Schema

esri-arcgis-geocoderesponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GeocodeResponse",
  "title": "GeocodeResponse",
  "type": "object",
  "properties": {
    "spatialReference": {
      "$ref": "#/components/schemas/SpatialReference"
    },
    "candidates": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GeocodeCandidate"
      }
    }
  }
}