Channel Service Mode Structure

How a customer would like their order served. Note that not all service modes will be available at all restaurants.

Type: string Properties: 0
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

ServiceMode 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-service-mode-structure.json",
  "name": "ServiceMode",
  "description": "How a customer would like their order served.\n\nNote that not all service modes will be available at all restaurants.\n",
  "type": "string",
  "enum": [
    "CURBSIDE",
    "DELIVERY",
    "DRIVE_THRU",
    "EAT_IN",
    "TABLE_SERVICE",
    "TAKEOUT"
  ],
  "example": "TAKEOUT"
}