{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "arrival", "description": "\t\nDescription of a particular point or place in physical space", "type": "object", "properties": { "subtype": { "type": "string", "description": "Location sub-type (e.g. airport, port, rail-station, restaurant, atm...)" }, "name": { "type": "string", "description": "Label associated to the location (e.g. Eiffel Tower, Madison Square)" }, "iataCode": { "type": "string", "description": "IATA location code" } } }