action thebluealliance_get_event_insights { label: "getEventInsights" description: "Gets a set of Event-specific insights for the given Event." provider: thebluealliance method: GET path: "/event/{event_key}/insights" encoding: json output: { type: "object" description: "A year-specific event insight object expressed as a JSON string, separated in to `qual` and `playoff` fields. See also Event_Insights_2016, Event_Insights_2017, etc." properties: { playoff: { type: "object" description: "Insights for the playoff round of an event" properties: {} } qual: { type: "object" description: "Inights for the qualification round of an event" properties: {} } } } }