action monarchinitiative_get_entity_set_associations { label: "Returns compact associations for a given input set" provider: monarchinitiative method: GET path: "/bioentityset/associations" encoding: json input: { type: "object" properties: { background: { type: "array" items: { type: "string" } } object_category: { type: "string" } object_slim: { type: "string" } subject: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }