Otter · Schema

ProcessingStatusResponse

Processing status response

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
processRequestStatuses array List of provider level requests
View JSON Schema on GitHub

JSON Schema

public-api-processing-status-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProcessingStatusResponse",
  "description": "Processing status response",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-processing-status-response-schema.json",
  "type": "object",
  "properties": {
    "processRequestStatuses": {
      "type": "array",
      "minItems": 0,
      "description": "List of provider level requests",
      "items": {
        "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-process-store-service-provider-status-schema.json"
      }
    }
  }
}