action mermade_validate { label: "Validate an OpenAPI 3.0.x definition supplied in the body of the request" description: "" provider: mermade method: POST path: "/validate" encoding: json output: { type: "object" required: ["openapi"] properties: { openapi: { type: "string" } } } }