Otter · JSON Structure

Public Api Order Component Id Structure

OrderComponentId schema from Public API (Otter Public API).

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

orderComponentId orderComponentOrderId

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-order-component-id-structure.json",
  "name": "OrderComponentId",
  "description": "OrderComponentId schema from Public API (Otter Public API).",
  "type": "object",
  "properties": {
    "orderComponentId": {
      "type": "string",
      "description": "The id of the order component for the order component ticket.",
      "example": "69f60a06-c335-46d9-b5a1-97f1a211c514"
    },
    "orderComponentOrderId": {
      "type": "string",
      "description": "The id of the order for the order component ticket.",
      "example": "69f60a06-c335-46d9-b5a1-97f1a211c514"
    }
  }
}