action monarchinitiative_get_ontology_term_graph { label: "Returns graph of an ontology term" provider: monarchinitiative method: GET path: "/ontology/term/{id}/graph" encoding: json input: { type: "object" properties: { graph_type: { type: "string" enum: ["topology_graph", "regulates_transitivity_graph", "neighborhood_graph", "neighborhood_limited_graph"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }