Channel Identifier Structure

An OTP code (6 digit code) or a static Offer code (4 digit code)

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

Identifier 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-identifier-structure.json",
  "name": "Identifier",
  "description": "An OTP code (6 digit code) or a static Offer code (4 digit code)",
  "type": "string",
  "pattern": "^(\\d{6}|\\d{4})$",
  "example": "1234"
}