airbnb · Schema
ListingCreate
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The display name of the listing. |
| description | string | The full description of the property. |
| property_type | string | The type of property being listed. |
| room_type | string | The type of room or space being offered. |
| address | object | |
| bedrooms | integer | The number of bedrooms in the property. |
| bathrooms | number | The number of bathrooms in the property. |
| beds | integer | The total number of beds in the property. |
| max_guests | integer | The maximum number of guests allowed. |
| amenities | array | The list of amenity identifiers available at the property. |
| house_rules | string | The house rules and guidelines for guests. |
| check_in_time | string | The earliest check-in time in HH:MM format. |
| check_out_time | string | The latest check-out time in HH:MM format. |
| cancellation_policy | string | The cancellation policy applied to the listing. |