airbnb · Schema
Guest
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the guest. |
| first_name | string | The first name of the guest. |
| last_name | string | The last name of the guest. |
| phone | string | The phone number of the guest, available after booking is confirmed. |
| profile_picture_url | string | The URL of the guest profile picture. |
| verified | boolean | Whether the guest has completed identity verification. |