action deutschebahn_get_betriebsstellen_abbrev { label: "Get information about a specific station or stop by abbrevation" description: "Get information about a specific station or stop by abbrevation" provider: deutschebahn method: GET path: "/betriebsstellen/{abbrev}" encoding: json input: { type: "object" properties: { abbrev: { type: "string" } } required: ["abbrev"] additionalProperties: false } output: { type: "object" additionalProperties: true } }