action botschaft_config_config_get { label: "Config" provider: botschaft method: GET path: "/config" encoding: json input: { type: "object" properties: { authorization: { type: "string" } } additionalProperties: false } output: { type: "object" required: ["providers", "topics"] properties: { providers: { type: "object" } topics: { type: "array" items: { type: "object" } } } } }