Skip to content

Commit 5477c39

Browse files
committed
Remove from the parameter from the specification json
1 parent ebc82ae commit 5477c39

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

output/schema/validation-errors.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757
],
5858
"response": []
5959
},
60-
"indices.get_data_stream_options": {
61-
"request": [
62-
"Request: missing json spec query parameter 'include_defaults'"
63-
],
64-
"response": []
65-
},
6660
"ingest.get_ip_location_database": {
6761
"request": [
6862
"Request: query parameter 'master_timeout' does not exist in the json spec"

specification/_json_spec/indices.get_data_stream_options.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
"default": "open",
3131
"description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)"
3232
},
33-
"include_defaults": {
34-
"type": "boolean",
35-
"description": "Return all relevant default configurations for the data stream (default: false)"
36-
},
3733
"master_timeout": {
3834
"type": "time",
3935
"description": "Specify timeout for connection to master"

0 commit comments

Comments
 (0)