Skip to content
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