action monarchinitiative_get_disease_gene_associations { label: "Returns genes associated with a disease" provider: monarchinitiative method: GET path: "/bioentity/disease/{id}/genes" encoding: json input: { type: "object" properties: { association_type: { type: "string" enum: ["causal", "non_causal", "both"] } direct: { type: "boolean" } direct_taxon: { type: "boolean" } evidence: { type: "string" } exclude_automatic_assertions: { type: "boolean" } facet: { type: "boolean" } facet_fields: { type: "array" items: { type: "string" } } fetch_objects: { type: "boolean" } q: { type: "string" } relation: { type: "string" } rows: { type: "integer" } slim: { type: "array" items: { type: "string" } } sort: { type: "string" } start: { type: "integer" } taxon: { type: "array" items: { type: "string" } } unselect_evidence: { type: "boolean" } use_compact_associations: { type: "boolean" } } additionalProperties: false } output: { type: "object" } }