| Field | Type | Flags | Description |
|---|---|---|---|
| city | String | Nullable Blankable | The city (max_length = 64) |
| country | String | Nullable Blankable | The country (max_length = 64) |
| extended_address | String | Nullable Blankable | A complementary address (ie. building, level; max_length = 128) |
| geo_point | List | Nullable | A list of data. Ex: ['abc', 26.73, 8] |
| label | String | Nullable Blankable | Address label (max_length = 64) |
| postal_code | String | Nullable Blankable | The postal code (max_length = 16) |
| postoffice_box | String | Nullable Blankable | The postoffice box (max_length = 64) |
| state | String | Nullable Blankable | The state (max_length = 64) |
| street_address | String | The main address (max_length = 128) | |
| type | String | Nullable Blankable | The address type. One of:
|