Skip to content

Commit 6938d97

Browse files
committed
Remove properties from QueryDSLContainer
1 parent 3ed3e19 commit 6938d97

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@ actions:
226226
url: https://www.elastic.co/docs/explore-analyze/alerts-cases/watcher
227227
description: Learn more about Watcher.
228228
# Add x-model and/or abbreviate schemas that should point to other references
229-
- target: "$.components['schemas']['_types.query_dsl.QueryContainer']"
230-
description: Add x-model for the QueryContainer object
231-
update:
232-
x-model: true
233229
- target: "$.components['schemas']['_types.analysis.CharFilter'].oneOf"
234230
description: Remove existing oneOf definition for CharFilter
235231
remove: true
@@ -1074,6 +1070,13 @@ actions:
10741070
- target: "$.components['schemas']['_global.search._types.SearchRequestBody'].properties.aggregations.additionalProperties"
10751071
description: Remove additionalProperties from SearchRequestBody aggregations
10761072
remove: true
1073+
- target: "$.components['schemas']['_types.query_dsl.QueryContainer']"
1074+
description: Add x-model for the QueryContainer object
1075+
update:
1076+
x-model: true
1077+
- target: "$.components['schemas']['_types.query_dsl.QueryContainer.properties']"
1078+
description: Remove the QueryContainer properties
1079+
remove: true
10771080
# Examples
10781081
## xCodeSamples
10791082
- target: "$.paths['/{index}/_doc/{id}']['head']"

0 commit comments

Comments
 (0)