{ "$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" }