Timezone

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

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-timezone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Timezone",
  "description": "Timezone from the IANA\n[tz database](https://en.wikipedia.org/wiki/Tz_database)\n",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-timezone-schema.json",
  "type": "string",
  "example": "America/New_York"
}