action mermade_get_badge { label: "Return a redirect to a badge svg file depending on a source definition's validity" description: "" provider: mermade method: GET path: "/badge" encoding: json input: { type: "object" properties: { url: { type: "string" format: "uri" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }