action transavia_58d8bcb8a9e6240e200cff27 { label: "Nearest airport(s) by geo coordinates." description: "Retrieve nearest airports by geo coordinates (latitude/longitude)." provider: transavia method: GET path: "/nearest" encoding: json input: { type: "object" properties: { latitude: { type: "string" } limit: { type: "string" } longitude: { type: "string" } maxDistanceInKm: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }