action monarchinitiative_get_disease_publication_associations { label: "Returns publications associated with a disease" provider: monarchinitiative method: GET path: "/bioentity/disease/{id}/publications" encoding: json input: { type: "object" properties: { 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" } }