LocationAddress
address stringnullable
Address
Example:
123 Main Street
city stringnullable
City
Example:
Abbeville
state stringnullable
State
Example:
Alabama
postal stringnullable
Postal code
Example:
36310
country stringnullable
Country
Example:
US
LocationAddress
{
"address": "123 Main Street",
"city": "Abbeville",
"state": "Alabama",
"postal": "36310",
"country": "US"
}