SpecialSchedule
idinteger
Unique identifier for the special schedule
schedule_idinteger
ID of the parent schedule
datedate
Date for this special schedule
start_timetime
Start time for this schedule
end_timetime
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
}