action mermade_convert_url { label: "Convert a Swagger 2.0 definition to OpenAPI 3.0.x from a URL" description: "" provider: mermade method: GET path: "/convert" encoding: json input: { type: "object" properties: { url: { type: "string" format: "uri" } } required: ["url"] additionalProperties: false } output: { type: "object" } }