Otter · Schema

UnpauseRequest

Unpause request parameters

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
comment string Comment for the unpause
View JSON Schema on GitHub

JSON Schema

public-api-unpause-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UnpauseRequest",
  "description": "Unpause request parameters",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-unpause-request-schema.json",
  "type": "object",
  "properties": {
    "comment": {
      "type": "string",
      "nullable": true,
      "description": "Comment for the unpause",
      "example": "Some comment"
    }
  }
}