Otter · JSON Structure

Public Api Menu Job Publish State Structure

Only present if the MenuJobType is PUBLISH. Contains a map of MenuPublishTarget services to their corresponding statuses.

Type: object Properties: 0
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

MenuJobPublishState 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-publish-state-structure.json",
  "name": "MenuJobPublishState",
  "description": "Only present if the MenuJobType is PUBLISH. Contains a map of MenuPublishTarget services to their corresponding statuses.",
  "type": "object",
  "additionalProperties": {
    "x-additionalPropertiesName": "menuPublishTarget",
    "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-menu-publish-job-state-schema.json"
  },
  "example": {
    "rappi": {
      "status": "FAILED",
      "message": "Failed to publish menu due to error ..."
    }
  }
}