{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-most-booked-destinations-error-400-structure.json", "title": "Error_400", "description": "Error_400 structure from Flight Most Booked Destinations", "type": "object", "properties": { "errors": { "type": "array" } }, "required": [ "errors" ] }