Skip to content

Commit d15b4fd

Browse files
Update specification output
1 parent f737f34 commit d15b4fd

File tree

4 files changed

+239
-80
lines changed

4 files changed

+239
-80
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61180,6 +61180,17 @@
6118061180
"properties": {
6118161181
"field": {
6118261182
"$ref": "#/components/schemas/_types:Field"
61183+
},
61184+
"query": {
61185+
"description": "The query text you want to use for search.\nIf inference_id is specified, query must also be specified.",
61186+
"type": "string"
61187+
},
61188+
"prune": {
61189+
"description": "Whether to perform pruning, omitting the non-significant tokens from the query to improve query performance.\nIf prune is true but the pruning_config is not specified, pruning will occur but default values will be used.\nDefault: false",
61190+
"type": "boolean"
61191+
},
61192+
"pruning_config": {
61193+
"$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig"
6118361194
}
6118461195
},
6118561196
"required": [
@@ -61198,17 +61209,6 @@
6119861209
},
6119961210
"inference_id": {
6120061211
"$ref": "#/components/schemas/_types:Id"
61201-
},
61202-
"query": {
61203-
"description": "The query text you want to use for search.\nIf inference_id is specified, query must also be specified.",
61204-
"type": "string"
61205-
},
61206-
"prune": {
61207-
"description": "Whether to perform pruning, omitting the non-significant tokens from the query to improve query performance.\nIf prune is true but the pruning_config is not specified, pruning will occur but default values will be used.\nDefault: false",
61208-
"type": "boolean"
61209-
},
61210-
"pruning_config": {
61211-
"$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig"
6121261212
}
6121361213
},
6121461214
"minProperties": 1,

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)