ApartmentAddress
Address of the rental property
streetstring
Street
Possible values: <= 128 characters
Example:
Karlstrasse 66zipCodestring
ZIP Code (max 20 chars)
Possible values: <= 20 characters
Example:
76133citystring
City
Possible values: <= 128 characters
Example:
MunichcountryCodestring
Country code represented in standard ISO 3166-1 ALPHA-2 format
Possible values: >= 2 characters and <= 2 characters
Example:
DEApartmentAddress
{
"street": "Karlstrasse 66",
"zipCode": "76133",
"city": "Munich",
"countryCode": "DE"
}