Amazon Location Service Geofence

Schema representing an Amazon Location Service geofence resource.

GeocodingGeofencingLocationMapsRouting

Properties

Name Type Description
GeofenceId string The identifier for the geofence.
Geometry object The geofence geometry.
Status string The status of the geofence.
CreateTime string The timestamp for when the geofence was created.
UpdateTime string The timestamp for when the geofence was last updated.
GeofenceProperties object Key-value pairs of geofence properties.
View JSON Schema on GitHub

JSON Schema

amazon-location-service-geofence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://geo.amazonaws.com/schemas/geofence",
  "title": "Amazon Location Service Geofence",
  "description": "Schema representing an Amazon Location Service geofence resource.",
  "type": "object",
  "required": [
    "GeofenceId",
    "Geometry"
  ],
  "properties": {
    "GeofenceId": {
      "type": "string",
      "description": "The identifier for the geofence.",
      "minLength": 1,
      "maxLength": 100,
      "pattern": "^[-._\\p{L}\\p{N}]+$"
    },
    "Geometry": {
      "type": "object",
      "description": "The geofence geometry.",
      "properties": {
        "Polygon": {
          "type": "array",
          "description": "A polygon geometry represented as an array of linear rings.",
          "items": {
            "type": "array",
            "items": {
              "type": "array",
              "items": {
                "type": "number"
              },
              "minItems": 2,
              "maxItems": 2
            },
            "minItems": 4
          },
          "minItems": 1
        },
        "Circle": {
          "type": "object",
          "description": "A circle geometry defined by center and radius.",
          "required": [
            "Center",
            "Radius"
          ],
          "properties": {
            "Center": {
              "type": "array",
              "description": "The center of the circle as [longitude, latitude].",
              "items": {
                "type": "number"
              },
              "minItems": 2,
              "maxItems": 2
            },
            "Radius": {
              "type": "number",
              "description": "The radius of the circle in meters.",
              "minimum": 0
            }
          }
        }
      }
    },
    "Status": {
      "type": "string",
      "description": "The status of the geofence.",
      "enum": [
        "ACTIVE",
        "PENDING"
      ]
    },
    "CreateTime": {
      "type": "string",
      "format": "date-time",
      "description": "The timestamp for when the geofence was created."
    },
    "UpdateTime": {
      "type": "string",
      "format": "date-time",
      "description": "The timestamp for when the geofence was last updated."
    },
    "GeofenceProperties": {
      "type": "object",
      "description": "Key-value pairs of geofence properties.",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "$defs": {
    "Tag": {
      "type": "object",
      "required": [
        "Key",
        "Value"
      ],
      "properties": {
        "Key": {
          "type": "string",
          "minLength": 1,
          "maxLength": 128
        },
        "Value": {
          "type": "string",
          "minLength": 0,
          "maxLength": 256
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-location-service-geofence"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.