Otter · Schema

Status

Status of the operation

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
View JSON Schema on GitHub

JSON Schema

public-api-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Status",
  "description": "Status of the operation",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-status-schema.json",
  "type": "string",
  "enum": [
    "UNKNOWN",
    "SUCCESS",
    "FAIL",
    "IN_PROGRESS"
  ]
}