action wikipathways_get_get_colored_pathway { label: "get_getColoredPathway" description: "getColoredPathwayGet a colored image version of the pathway." provider: wikipathways method: GET path: "/getColoredPathway" encoding: json input: { type: "object" properties: { color: { type: "array" items: { type: "object" } } fileType: { type: "string" } format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } graphId: { type: "array" items: { type: "object" } } pwId: { type: "string" } revision: { type: "string" } } required: ["color", "fileType", "graphId", "pwId", "revision"] additionalProperties: false } output: { type: "object" additionalProperties: true } }