action transavia_58d8bcb8a9e6240e200cff26 { label: "Airport(s) by country code." description: "Retrieve airports by country code." provider: transavia method: GET path: "/countrycode/{countryCode}" encoding: json input: { type: "object" properties: { countryCode: { type: "string" } } required: ["countryCode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }