action monarchinitiative_get_extract_ontology_subgraph_resource { label: "Extract a subgraph from an ontology" provider: monarchinitiative method: GET path: "/ontol/subgraph/{ontology}/{node}" 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 } }