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