action wikipathways_get_get_pathway { label: "get_getPathway" description: "getPathway" provider: wikipathways method: GET path: "/getPathway" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } pwId: { type: "string" } revision: { type: "integer" } } required: ["pwId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }