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:
226
226
url : https://www.elastic.co/docs/explore-analyze/alerts-cases/watcher
227
227
description : Learn more about Watcher.
228
228
# 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
233
229
- target : " $.components['schemas']['_types.analysis.CharFilter'].oneOf"
234
230
description : Remove existing oneOf definition for CharFilter
235
231
remove : true
@@ -1074,6 +1070,13 @@ actions:
1074
1070
- target : " $.components['schemas']['_global.search._types.SearchRequestBody'].properties.aggregations.additionalProperties"
1075
1071
description : Remove additionalProperties from SearchRequestBody aggregations
1076
1072
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
1077
1080
# Examples
1078
1081
# # xCodeSamples
1079
1082
- target : " $.paths['/{index}/_doc/{id}']['head']"
You can’t perform that action at this time.
0 commit comments