Appearance
dates
An array of booking dates, each containing a list of scheduled call times for the talent.
ACCESS
Directly accessible in:
Booking Details Model ScheduleExample
json
[{
"title": "Monday 31 January 2025",
"schedules": []
}]Properties
Each item in the array has the following properties:
title
stringschedules
arrayArray of schedule objects.