action waterlinked_config_show_receiver { label: "ShowReceiver config" description: "Get receiver configuration by id" provider: waterlinked method: GET path: "/api/v1/config/receivers/{ID}" encoding: json input: { type: "object" properties: { ID: { type: "string" } } required: ["ID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }