Otter · Schema

RequestState

State of the requested operation

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
View JSON Schema on GitHub

JSON Schema

public-api-request-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RequestState",
  "description": "State of the requested operation",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-request-state-schema.json",
  "type": "string",
  "enum": [
    "UNKNOWN",
    "QUEUED",
    "IN_PROGRESS",
    "PROVIDER_REQUEST_IN_PROGRESS",
    "VALIDATION",
    "COMPLETED",
    "FAILED",
    "CANCELLED"
  ]
}