Apideck · Schema

Location ID

The ID of the location

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-locationid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocationId",
  "title": "Location ID",
  "type": "string",
  "description": "The ID of the location",
  "example": "12345",
  "nullable": true,
  "readOnly": false
}