action monarchinitiative_get_entity_set_function_slimmer { label: "For a given gene(s), summarize its annotations over a defined set of slim" provider: monarchinitiative method: GET path: "/bioentityset/slimmer/function" encoding: json input: { type: "object" properties: { exclude_automatic_assertions: { type: "boolean" } relationship_type: { type: "string" enum: ["involved_in", "acts_upstream_of_or_within"] } rows: { type: "integer" } slim: { type: "array" items: { type: "string" } } start: { type: "integer" } subject: { type: "array" items: { type: "string" } } } required: ["slim", "subject"] additionalProperties: false } output: { type: "object" additionalProperties: true } }