airbnb · Schema
Experience
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the experience. |
| name | string | The display name of the experience. |
| description | string | The full description of the experience and what guests will do. |
| category | string | The activity category of the experience. |
| status | string | The current status of the experience on the platform. |
| location | object | |
| duration_minutes | integer | The duration of the experience in minutes. |
| max_guests | integer | The maximum number of guests per session. |
| pricing | object | |
| languages | array | The languages in which the experience is offered. |
| what_to_bring | array | Items guests should bring to the experience. |
| accessibility | string | Accessibility information for the experience. |
| photos | array | Photos showcasing the experience. |
| host | object | |
| created_at | string | The timestamp when the experience was created. |
| updated_at | string | The timestamp when the experience was last updated. |