Otter · JSON Structure

Public Api Pause Response Structure

Pause response details

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

PauseResponse 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

requestId

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-pause-response-structure.json",
  "name": "PauseResponse",
  "description": "Pause response details",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "The requestId of the pause request.",
      "example": "store_123"
    }
  }
}