MenuSelectionPriced

Priced menu selection in the cart

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-menu-selection-priced-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MenuSelectionPriced",
  "description": "Priced menu selection in the cart",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-menu-selection-priced-schema.json",
  "type": "object",
  "required": [
    "id",
    "price",
    "quantity"
  ],
  "allOf": [
    {
      "$ref": "#/components/schemas/MenuSelection"
    }
  ]
}