Skip to content

Commit 1256b9b

Browse files
committed
Mark CompositeAggregationSource as a container
1 parent 836873a commit 1256b9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specification/_types/aggregations/bucket.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ export class CompositeAggregation extends BucketAggregationBase {
148148
sources?: Array<SingleKeyDictionary<string, CompositeAggregationSource>>
149149
}
150150

151+
/**
152+
* @variants container
153+
*/
151154
export class CompositeAggregationSource {
152155
/**
153156
* A terms aggregation.

0 commit comments

Comments
 (0)