LocationAddress
addressstringnullable
Address
Example:
123 Main Streetcitystringnullable
City
Example:
Abbevillestatestringnullable
State
Example:
Alabamapostalstringnullable
Postal code
Example:
36310countrystringnullable
Country
Example:
USLocationAddress
{
"address": "123 Main Street",
"city": "Abbeville",
"state": "Alabama",
"postal": "36310",
"country": "US"
}