Menu V2 Entry Price Structure

Price information for a menu entry

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

EntryPrice 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

delivery pickup

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/menu-v2-entry-price-structure.json",
  "name": "EntryPrice",
  "description": "Price information for a menu entry",
  "type": "object",
  "properties": {
    "delivery": {
      "type": "double",
      "description": "Price, in cents, for delivery",
      "example": 1.0
    },
    "pickup": {
      "type": "double",
      "description": "Price, in cents, for pickup",
      "example": 1.0
    }
  }
}