action mercure_get_well_known_mercure_subscriptions_topic { label: "Active subscriptions for the given topic" provider: mercure method: GET path: "/.well-known/mercure/subscriptions/{topic}" encoding: json input: { type: "object" properties: { topic: { type: "string" } } required: ["topic"] additionalProperties: false } output: { type: "object" additionalProperties: true } }