File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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']"
You can’t perform that action at this time.
0 commit comments