airbnb · Schema
Review
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the review. |
| reservation_id | string | The identifier of the associated reservation. |
| reviewer_type | string | Whether the review was written by a guest or host. |
| rating | integer | The overall star rating from 1 to 5. |
| comments | string | The text content of the review. |
| category_ratings | object | Individual category ratings provided by the reviewer. |
| host_response | string | The host response to the review, if provided. |
| created_at | string | The timestamp when the review was submitted. |