Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion docs/overlays/elasticsearch-openapi-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,9 @@ actions:
security:
- apiKeyAuth: []
- basicAuth: []
- bearerAuth: []
- bearerAuth: []
# Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
- target: "$.components['schemas']['_types.aggregations.RandomSamplerAggregation']"
description: Add x-model
update:
x-model: true
4 changes: 0 additions & 4 deletions docs/overlays/elasticsearch-shared-overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,6 @@ actions:
description: Add x-model
update:
x-model: true
- target: "$.components['schemas']['_types.aggregations.RandomSamplerAggregation']"
description: Add x-model
update:
x-model: true
- target: "$.components['schemas']['_types.aggregations.RareTermsAggregation']"
description: Add x-model
update:
Expand Down