action monarchinitiative_get_disease_model_taxon_associations { label: "Returns associations to models of the disease constrained by taxon" description: "See /disease//models route for full details" provider: monarchinitiative method: GET path: "/bioentity/disease/{id}/models/{taxon}" encoding: json input: { type: "object" properties: { direct: { type: "boolean" } evidence: { type: "string" } exclude_automatic_assertions: { type: "boolean" } facet: { type: "boolean" } facet_fields: { type: "array" items: { type: "string" } } fetch_objects: { type: "boolean" } rows: { type: "integer" } slim: { type: "array" items: { type: "string" } } start: { type: "integer" } unselect_evidence: { type: "boolean" } use_compact_associations: { type: "boolean" } } additionalProperties: false } output: { type: "object" } }