Otter · JSON Structure

Public Api Selected Menu Reward Structure

Indicates the item the user want to redeem, if reward type is MENUS, this should be present.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

SelectedMenuReward 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

entityId

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-selected-menu-reward-structure.json",
  "name": "SelectedMenuReward",
  "description": "Indicates the item the user want to redeem, if reward type is MENUS, this should be present.",
  "type": "object",
  "properties": {
    "entityId": {
      "type": "string",
      "description": "The id of the selected item.",
      "example": "someidstring"
    }
  }
}