Otter · JSON Structure

Public Api Menu Publish Target Structure

Information about the target.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

MenuPublishTarget 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

status

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-menu-publish-target-structure.json",
  "name": "MenuPublishTarget",
  "description": "Information about the target.",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The status of a menu publish target.",
      "enum": [
        "READY",
        "PUBLISH_IN_PROGRESS",
        "ERROR"
      ],
      "example": "READY"
    }
  }
}