Channel Entry Ref Structure

Reference to entry and optional the price of this entry

Type: object Properties: 2
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

EntryRef is a JSON Structure definition published by Restaurant Brands International, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount entryId

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/restaurant-brands/refs/heads/main/json-structure/channel-entry-ref-structure.json",
  "name": "EntryRef",
  "description": "Reference to entry and optional the price of this entry",
  "type": "object",
  "properties": {
    "amount": {
      "title": "Amount",
      "description": "Amount in the specified currency",
      "type": "double",
      "minimum": 0,
      "example": 599
    },
    "entryId": {
      "$ref": "#/components/schemas/EntryId"
    }
  }
}