Channel Timezone Structure

Timezone from the IANA [tz database](https://en.wikipedia.org/wiki/Tz_database)

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

Timezone 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-timezone-structure.json",
  "name": "Timezone",
  "description": "Timezone from the IANA\n[tz database](https://en.wikipedia.org/wiki/Tz_database)\n",
  "type": "string",
  "example": "America/New_York"
}