action mcw_get_gene_type_count_using_get { label: "Count of gene types, for specified species and date" provider: mcw method: GET path: "/stats/count/geneType/{speciesTypeKey}/{dateYYYYMMDD}" encoding: json input: { type: "object" properties: { dateYYYYMMDD: { type: "string" } speciesTypeKey: { type: "integer" format: "int32" } } required: ["dateYYYYMMDD", "speciesTypeKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }