action deutschebahn_get_betriebsstellen { label: "Get information of stations matching a given text" description: "Get all station and stop infos" provider: deutschebahn method: GET path: "/betriebsstellen" encoding: json input: { type: "object" properties: { name: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }