action monarchinitiative_get_ontology_term_subgraph { label: "Extract a subgraph from an ontology term" provider: monarchinitiative method: GET path: "/ontology/term/{id}/subgraph" encoding: json input: { type: "object" properties: { cnode: { type: "array" items: { type: "string" } } include_ancestors: { type: "boolean" } include_descendants: { type: "boolean" } include_meta: { type: "boolean" } relation: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "object" additionalProperties: true } }