Types

City

Example

{
  "type": "City",
  "name": "string",
  "addressRegion": "New Jersey",
  "addressLocality": "Gotham City",
  "postalCode": "10010",
  "addressCountry": "USA",
  "addressCounty": "Gotham County"
}

Schema

NameTypeDescription
(root)objectA city or town.
typestringallowed ("City", "PostalCodeArea")
namestringcity name (same as addressLocality)
addressRegionstringState or Province.
addressLocalitystringCity, Township.
postalCodestringZip/Post Code
addressCountrystringThe country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code.
addressCountystringthe county (us real estate extension)
Previous
Certification