diff --git a/specification/_types/aggregations/Aggregate.ts b/specification/_types/aggregations/Aggregate.ts index a6327a0431..d6bb1e3150 100644 --- a/specification/_types/aggregations/Aggregate.ts +++ b/specification/_types/aggregations/Aggregate.ts @@ -642,7 +642,9 @@ export class IpRangeBucket extends MultiBucketBase { */ export class FiltersAggregate extends MultiBucketAggregateBase {} -export class FiltersBucket extends MultiBucketBase {} +export class FiltersBucket extends MultiBucketBase { + key?: string +} /** * @variant name=adjacency_matrix