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