Otter · JSON Structure

Public Api Menu Job Type Structure

Type of job.

Type: string Properties: 0
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

MenuJobType is a JSON Structure definition published by Otter. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-job-type-structure.json",
  "name": "MenuJobType",
  "description": "Type of job.",
  "type": "string",
  "enum": [
    "UPSERT",
    "PUBLISH",
    "UPDATE_AVAILABILITY",
    "SYNC",
    "UNKNOWN"
  ],
  "example": "PUBLISH"
}