{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/booking/flight-locations.json","title":"booking/flight-locations data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string","null"]},"city_code":{"description":"Optional city code supplied by this operation. Null means unknown.","type":["string","null"]},"code":{"description":"Optional code supplied by this operation. Null means unknown.","type":["string","null"]},"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"country_code":{"description":"Optional country code supplied by this operation. Null means unknown.","type":["string","null"]},"distance_to_city":{"description":"Optional distance to city supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"unit":{"description":"Optional unit supplied by this operation. Null means unknown.","type":["string","null"]},"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"parent":{"description":"Optional parent supplied by this operation. Null means unknown.","type":["string","null"]},"region":{"description":"Optional region supplied by this operation. Null means unknown.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["city"],"properties":{"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["city_code"],"properties":{"city_code":{"description":"Optional city code supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["code"],"properties":{"code":{"description":"Optional code supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["country"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["country_code"],"properties":{"country_code":{"description":"Optional country code supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["distance_to_city"],"properties":{"distance_to_city":{"description":"Optional distance to city supplied by this operation. Null means unknown.","type":["object"],"properties":{"unit":{"description":"Optional unit supplied by this operation. Null means unknown.","type":["string","null"]},"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["image_url"],"properties":{"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["parent"],"properties":{"parent":{"description":"Optional parent supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["region"],"properties":{"region":{"description":"Optional region supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}},"query":{"description":"Optional query supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"count":0,"has_more":false,"items":[{"city":"example","city_code":"example","code":"example","country":"example","country_code":"example","distance_to_city":{"unit":"example","value":0},"id":"example","image_url":"https://example.com/example","name":"example","parent":"example","region":"example","type":"example"}],"query":"example"}]}