action mcw_get_gene_by_map_key_using_get { label: "Return a list of all genes with position information for an assembly" provider: mcw method: GET path: "/genes/map/{mapKey}" encoding: json input: { type: "object" properties: { mapKey: { type: "integer" format: "int32" } } required: ["mapKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }