{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Air_Traffic", "type": "object", "properties": { "type": { "type": "string" }, "subType": { "type": "string" }, "destination": { "type": "string", "description": "IATA code of the destination city - [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)" }, "analytics": { "$ref": "#/definitions/Analytics" } } }