{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/city-search-response-city-search-structure.json", "title": "response_citySearch", "description": "response_citySearch structure from City Search", "type": "object", "properties": { "warnings": { "type": "array" }, "meta": { "type": "object", "description": "Meta information about the returned object(s) in \"data\"" }, "data": { "type": "array" }, "included": { "type": "object" } } }