airbnb · Schema
CalendarDay
Properties
| Name | Type | Description |
|---|---|---|
| date | string | The date for this calendar entry. |
| available | boolean | Whether the listing is available for booking on this date. |
| price | number | The nightly price for this date in the listing currency. |
| minimum_nights | integer | The minimum number of nights required for a stay starting on this date. |
| maximum_nights | integer | The maximum number of nights allowed for a stay starting on this date. |
| reservation_id | string | The reservation identifier if this date is booked. |