diff --git a/specification/_types/aggregations/bucket.ts b/specification/_types/aggregations/bucket.ts index fb6f16abd3..c45c909f1c 100644 --- a/specification/_types/aggregations/bucket.ts +++ b/specification/_types/aggregations/bucket.ts @@ -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> + sources?: Array> } +/** + * @variants container + */ export class CompositeAggregationSource { /** * A terms aggregation.