Otter · JSON Structure

Public Api Unpause Request Structure

Unpause request parameters

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

UnpauseRequest 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

comment

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-request-structure.json",
  "name": "UnpauseRequest",
  "description": "Unpause request parameters",
  "type": "object",
  "properties": {
    "comment": {
      "type": "string",
      "nullable": true,
      "description": "Comment for the unpause",
      "example": "Some comment"
    }
  }
}