SpecialSchedule
idinteger
Unique identifier for the special schedule
schedule_idinteger
ID of the parent schedule
datestring<date>
Date for this special schedule
start_timestring<time>
Start time for this schedule
end_timestring<time>
End time for this schedule
closed_all_dayboolean
Whether the schedule is closed all day
SpecialSchedule
{
"id": 0,
"schedule_id": 0,
"date": "2024-07-29",
"start_time": "string",
"end_time": "string",
"closed_all_day": true
}