action transavia_58d8bcb8a9e6240e200cff28 { label: "Nearest airport(s) by airport id." description: "Retrieve nearest airports by station id." provider: transavia method: GET path: "/nearest/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } limit: { type: "string" } maxDistanceInKm: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }