@@ -1069,46 +1069,6 @@ actions:
1069
1069
oneOf :
1070
1070
- type : string
1071
1071
- type : object
1072
- # - target: "$.components['schemas']['_global.search._types.SearchRequestBody'].properties"
1073
- # description: Add x-model to SearchRequestBody aggregations property
1074
- # update:
1075
- # aggregations:
1076
- # x-model: true
1077
- # - target: "$.components['schemas']['_global.search._types.SearchRequestBody'].properties.aggregations.additionalProperties"
1078
- # description: Remove additionalProperties from SearchRequestBody aggregations
1079
- # remove: true
1080
- # - target: "$.components['schemas']['_types.query_dsl.QueryContainer'].properties"
1081
- # description: Remove the QueryContainer properties
1082
- # remove: true
1083
- # - target: "$.components['schemas']['_global.search._types.FieldCollapse']"
1084
- # description: Add x-model and externalDocs to FieldCollapse
1085
- # update:
1086
- # x-model: true
1087
- # externalDocs:
1088
- # url: https://www.elastic.co/docs/reference/elasticsearch/rest-apis/collapse-search-results
1089
- # - target: "$.components['schemas']['_global.search._types.FieldCollapse'].properties"
1090
- # description: Remove properties from FieldCollapse
1091
- # remove: true
1092
- # - target: "$.components['schemas']['_global.search._types.FieldCollapse'].required"
1093
- # description: Remove required from FieldCollapse
1094
- # remove: true
1095
- # - target: "$.components['schemas']['_global.search._types.Highlight']"
1096
- # description: Add x-model, description, and externalDocs to Highlight
1097
- # update:
1098
- # x-model: true
1099
- # description: The highlighter to use for retrieving highlighted snippets from one or more fields in your search results.
1100
- # externalDocs:
1101
- # url: https://www.elastic.co/docs/reference/elasticsearch/rest-apis/highlighting
1102
- # - target: "$.components['schemas']['_global.search._types.Highlight'].allOf"
1103
- # description: Remove allOf from Highlight
1104
- # remove: true
1105
- # - target: "$.components['schemas']['_global.search._types.SearchRequestBody'].properties.knn"
1106
- # description: Add x-model to SearchRequestBody knn
1107
- # update:
1108
- # x-model: true
1109
- # - target: "$.components['schemas']['_global.search._types.SearchRequestBody'].properties.knn.oneOf"
1110
- # description: Remove oneOf from knn
1111
- # remove: true
1112
1072
# Examples
1113
1073
# Examples
1114
1074
# # xCodeSamples
0 commit comments