Otter · JSON Structure

Public Api Unpause Response Structure

Unpause response details

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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