Channel Date Time Structure

DateTime schema from Burger King's Partners API

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

DateTime 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-date-time-structure.json",
  "name": "DateTime",
  "description": "DateTime schema from Burger King's Partners API",
  "type": "string",
  "format": "ISO 8601 Date Time",
  "example": "1991-02-11T20:30:19Z"
}