Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion specification/_types/aggregations/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,12 @@ export class CompositeAggregation extends BucketAggregationBase {
* The value sources used to build composite buckets.
* Keys are returned in the order of the `sources` definition.
*/
sources?: Array<Dictionary<string, CompositeAggregationSource>>
sources?: Array<SingleKeyDictionary<string, CompositeAggregationSource>>
}

/**
* @variants container
*/
export class CompositeAggregationSource {
/**
* A terms aggregation.
Expand Down