airbnb · Schema
Schedule
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the schedule entry. |
| experience_id | string | The identifier of the associated experience. |
| date | string | The date of the scheduled session. |
| start_time | string | The start time in HH:MM format. |
| end_time | string | The end time in HH:MM format. |
| max_guests | integer | The maximum number of guests for this session. |
| booked_guests | integer | The current number of booked guests. |
| available_spots | integer | The number of remaining available spots. |
| status | string | The status of the schedule entry. |