action monarchinitiative_get_function_taxon_associations { label: "Returns taxons associated to a GO term" provider: monarchinitiative method: GET path: "/bioentity/function/{id}/taxons" encoding: json input: { type: "object" properties: { evidence: { type: "array" items: { type: "string" } } rows: { type: "integer" } start: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }