Otter · JSON Structure

Public Api Processing Status Response Structure

Processing status response

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

ProcessingStatusResponse is a JSON Structure definition published by Otter, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

processRequestStatuses

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-processing-status-response-structure.json",
  "name": "ProcessingStatusResponse",
  "description": "Processing status response",
  "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"
      }
    }
  }
}