action mcw_get_enrichment_data_using_post_1 { label: "Return a chart of ontology terms annotated to the genes.Genes are rgdids separated by comma.Species type is an integer value.Aspect is the Ontology group" provider: mcw method: POST path: "/enrichment/data" encoding: json input: { type: "object" properties: { aspect: { type: "string" } genes: { type: "array" items: { type: "string" } } species: { type: "string" } } } output: { type: "object" additionalProperties: true } }