Skip to content
Tracon

RunScoreBucketAggregate

← All HTTP schemas

One time bucket of the trend series (IReadOnlyList<RunScoreBucketAggregate> RunScoreSummary.Series).

Shape: object

Property Required Type Description Rules
bucketStart yes string (date-time) The bucket’s start time (UTC).
groups yes array of RunScoreAggregate The name/kind groups scored inside this bucket — grouped exactly like IReadOnlyList<RunScoreAggregate> RunScoreSummary.ByName, bounded by int RunScoreQuery.MaxRows. Every entry’s IReadOnlyDictionary<string, long> RunScoreAggregate.Categories is empty; a categorical breakdown over time is out of scope for this series.