Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
170 changes: 9 additions & 161 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,59 @@
],
"response": []
},
"async_search.submit": {
"request": [
"Request: missing json spec query parameter 'project_routing'"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what this file is reporting here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is exactly why I asked you what commands you ran. I see similar changes in your PR as well, and I wasn't really sure what's all this about.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file no longer shows up in the diff after my recent branch update and commits. I believe it's all ok now? I re-ran the commands we use to check if I forgot to check it in after any changes, and that's not the case — all the files are checked in and up-to-date.

],
"response": []
},
"capabilities": {
"request": [
"Request: query parameter 'timeout' does not exist in the json spec"
],
"response": []
},
"count": {
"request": [
"Request: missing json spec query parameter 'project_routing'"
],
"response": []
},
"eql.search": {
"request": [
"Request: missing json spec query parameter 'project_routing'"
],
"response": []
},
"field_caps": {
"request": [
"Request: missing json spec query parameter 'project_routing'"
],
"response": []
},
"indices.resolve_index": {
"request": [
"Request: missing json spec query parameter 'project_routing'"
],
"response": []
},
"open_point_in_time": {
"request": [
"Request: missing json spec query parameter 'project_routing'"
],
"response": []
},
"search": {
"request": [
"Request: missing json spec query parameter 'project_routing'"
],
"response": []
},
"sql.query": {
"request": [
"Request: missing json spec query parameter 'project_routing'"
],
"response": []
}
},
"generalErrors": [
Expand Down
8 changes: 0 additions & 8 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading