Channel Menu Selection Priced Structure

Priced menu selection in the cart

Type: object Properties: 0 Required: 3
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

MenuSelectionPriced is a JSON Structure definition published by Restaurant Brands International. 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/restaurant-brands/refs/heads/main/json-structure/channel-menu-selection-priced-structure.json",
  "name": "MenuSelectionPriced",
  "description": "Priced menu selection in the cart",
  "type": "object",
  "required": [
    "id",
    "price",
    "quantity"
  ],
  "allOf": [
    {
      "$ref": "#/components/schemas/MenuSelection"
    }
  ]
}