{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "response_citySearch", "type": "object", "properties": { "warnings": { "type": "array", "items": { "$ref": "#/definitions/Warning" } }, "meta": { "$ref": "#/definitions/Meta" }, "data": { "type": "array", "items": { "$ref": "#/definitions/Location" } }, "included": { "type": "object", "properties": { "airports": { "type": "object" } } } } }