action thebluealliance_get_events_by_year_keys { label: "getEventsByYearKeys" description: "Gets a list of event keys in the given year." provider: thebluealliance method: GET path: "/events/{year}/keys" encoding: json output: { type: "array" description: "Array of Event Keys" items: { type: "string" } } }