action monarchinitiative_get_evidence_graph_table { label: "Returns evidence as a association_results object given an association" description: "Note that every association is assumed to have a unique ID" provider: monarchinitiative method: GET path: "/evidence/graph/{id}/table" encoding: json input: { type: "object" properties: { is_publication: { type: "boolean" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }