{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "Address", "type": "record", "fields": [ { "name": "cityName", "type": "string", "description": "name of the city of the location; equal to name if the location is a city" }, { "name": "cityCode", "type": "string", "description": "IATA code of the city of the location; equal to IATAcode if the location is a city" }, { "name": "countryName", "type": "string", "description": "name of the country of the location" }, { "name": "countryCode", "type": "string", "description": "code of the country of the location in ISO standard" }, { "name": "stateCode", "type": "string", "description": "code of the state of the location if any" }, { "name": "regionCode", "type": "string", "description": "code of the region of the location in ISO standard" } ] }