action lufthansa_deep_links { label: "Deep Links" description: "Returns valid deep links for the provided input parameters" provider: lufthansa method: GET path: "/offers/fares/deeplink" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "cabin-class": { type: "string" } catalogues: { type: "string" } country: { type: "string" } destination: { type: "string" } "destination-name": { type: "string" } "encryption-key": { type: "string" } fare: { type: "string" } "fare-currency": { type: "string" } lang: { type: "string" } "net-fare": { type: "string" } origin: { type: "string" } "origin-name": { type: "string" } "outbound-segments": { type: "string" } partnerid: { type: "string" } "return-date": { type: "string" } "return-segments": { type: "string" } trackingid: { type: "string" } "travel-date": { type: "string" } travelers: { type: "string" } } required: ["Accept", "catalogues", "country", "lang", "trackingid"] additionalProperties: false } output: { type: "string" } }