Otter · JSON Structure

Public Api Cancel Delivery Event Structure

CancelDeliveryEvent schema from Public API (Otter Public API).

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

CancelDeliveryEvent 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

deliveryReferenceId

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-cancel-delivery-event-structure.json",
  "name": "CancelDeliveryEvent",
  "description": "CancelDeliveryEvent schema from Public API (Otter Public API).",
  "type": "object",
  "properties": {
    "deliveryReferenceId": {
      "type": "string",
      "description": "Generated delivery reference id.",
      "example": "d1a5e7c6-a79a-49bc-83bf-4169cd9c9dda"
    }
  }
}