Information about when a menu is available for use.
alwaysAvailable | boolean Indicates whether this menu is available 24 hours per day, 7 days a week. If |
Array of objects (Schedule) An array of |
{- "alwaysAvailable": true,
- "schedule": [
- {
- "days": [
- "SUNDAY"
], - "timeRanges": [
- {
- "start": "string",
- "end": "string"
}
]
}
]
}