airbnb · Schema
Address
Properties
| Name | Type | Description |
|---|---|---|
| street | string | The street address of the property. |
| city | string | The city where the property is located. |
| state | string | The state or province where the property is located. |
| zip_code | string | The postal or ZIP code. |
| country | string | The ISO 3166-1 alpha-2 country code. |
| latitude | number | The latitude coordinate of the property. |
| longitude | number | The longitude coordinate of the property. |