A reusable address object for shipping, billing and location data.
{
"street": "12 Baker Street",
"city": "London",
"postalCode": "W1U 3BW",
"country": "GB",
"geo": {"lat": 51.5200, "lng": -0.1533}
}Separating fields makes formatting and validation easier.