Skip to content

Commit 594b3de

Browse files
Add property for MultiTerms aggregation (#2000) (#2003)
Co-authored-by: Steve Gordon <[email protected]>
1 parent 2fdf6ee commit 594b3de

File tree

3 files changed

+40
-27
lines changed

3 files changed

+40
-27
lines changed

output/schema/schema.json

Lines changed: 38 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/aggregations/bucket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export class MultiTermsAggregation extends BucketAggregationBase {
275275

276276
export class MultiTermLookup {
277277
field: Field
278+
missing?: Missing
278279
}
279280

280281
export class NestedAggregation extends BucketAggregationBase {

0 commit comments

Comments
 (0)