Home
Restaurant Brands International
Menu V2 Day Part Schedule Structure
Menu V2 Day Part Schedule Structure
Contains the detailed schedule for a specific daypart
Type: object
Properties: 14
Required: 14
Fortune 500 Franchising Hospitality NYSE QSR Quick Service Restaurants Restaurants
DayPartSchedule is a JSON Structure definition published by Restaurant Brands International, describing 14 properties, of which 14 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
friClose
friOpen
monClose
monOpen
satClose
satOpen
sunClose
sunOpen
thrClose
thrOpen
tueClose
tueOpen
wedClose
wedOpen
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-structure/menu-v2-day-part-schedule-structure.json",
"name": "DayPartSchedule",
"description": "Contains the detailed schedule for a specific daypart",
"type": "object",
"properties": {
"friClose": {
"type": "string",
"example": 1439
},
"friOpen": {
"type": "string",
"example": "00:00"
},
"monClose": {
"type": "string",
"example": 1439
},
"monOpen": {
"type": "string",
"example": "00:00"
},
"satClose": {
"type": "string",
"example": 1439
},
"satOpen": {
"type": "string",
"example": "00:00"
},
"sunClose": {
"type": "string",
"example": 1439
},
"sunOpen": {
"type": "string",
"example": "00:00"
},
"thrClose": {
"type": "string",
"example": 1439
},
"thrOpen": {
"type": "string",
"example": "00:00"
},
"tueClose": {
"type": "string",
"example": 1439
},
"tueOpen": {
"type": "string",
"example": "00:00"
},
"wedClose": {
"type": "string",
"example": 1439
},
"wedOpen": {
"type": "string",
"example": "00:00"
}
},
"required": [
"friClose",
"friOpen",
"monClose",
"monOpen",
"satClose",
"satOpen",
"sunClose",
"sunOpen",
"thrClose",
"thrOpen",
"tueClose",
"tueOpen",
"wedClose",
"wedOpen"
]
}