action wikipathways_get_get_pathway_as { label: "get_getPathwayAs" description: "getPathwayAsDownload a pathway in the specified file format." provider: wikipathways method: GET path: "/getPathwayAs" encoding: json input: { type: "object" properties: { fileType: { type: "string" } format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } pwId: { type: "string" } revision: { type: "integer" } } required: ["fileType", "pwId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }