action lufthansa_ond_route { label: "OND Route" description: "Returns LH route origin & destination information" provider: lufthansa method: GET path: "/offers/ond/route/{origin}/{destination}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } catalogues: { type: "string" } destination: { type: "string" } limit: { type: "string" } offset: { type: "string" } origin: { type: "string" } } required: ["Accept", "destination", "origin"] additionalProperties: false } output: { type: "string" } }