Otter · Schema

DeliveryStatus

The status of the delivery.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
View JSON Schema on GitHub

JSON Schema

public-api-delivery-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeliveryStatus",
  "description": "The status of the delivery.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-delivery-status-schema.json",
  "type": "string",
  "enum": [
    "REQUESTED",
    "ALLOCATED",
    "PICKED_UP",
    "COMPLETED",
    "CANCELED",
    "ARRIVED_AT_PICKUP",
    "ARRIVED_AT_DROP_OFF"
  ]
}