action mcw_get_genes_annotated_using_get { label: "Return a list of genes annotated to an ontology term" provider: mcw method: GET path: "/genes/annotation/{accId}/{speciesTypeKey}" encoding: json input: { type: "object" properties: { accId: { type: "string" } speciesTypeKey: { type: "integer" format: "int32" } } required: ["accId", "speciesTypeKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }