Skip to content

Allow script to have string or object value #2960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,072 changes: 1,048 additions & 1,024 deletions output/openapi/elasticsearch-openapi.json

Large diffs are not rendered by default.

2,001 changes: 1,011 additions & 990 deletions output/openapi/elasticsearch-serverless-openapi.json

Large diffs are not rendered by default.

1,907 changes: 1,035 additions & 872 deletions output/schema/schema-serverless.json

Large diffs are not rendered by default.

1,210 changes: 658 additions & 552 deletions output/schema/schema.json

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"endpointErrors": {
"async_search.submit": {
"request": [
"interface definition _types:QueryVectorBuilder - Property text_embedding is a single-variant and must be required"
"interface definition _types:QueryVectorBuilder - Property text_embedding is a single-variant and must be required",
"interface definition _types:RankContainer - Property rrf is a single-variant and must be required"
],
"response": []
},
Expand Down Expand Up @@ -87,12 +88,6 @@
],
"response": []
},
"search": {
"request": [
"interface definition _types:RankContainer - Property rrf is a single-variant and must be required"
],
"response": []
},
"search_mvt": {
"request": [
"Request: query parameter 'grid_agg' does not exist in the json spec",
Expand Down
Loading
Loading