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
116 changes: 0 additions & 116 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
@@ -1,121 +1,5 @@
{
"endpointErrors": {
"cat.aliases": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec",
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.allocation": {
"request": [
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.component_templates": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec",
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.count": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec",
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.fielddata": {
"request": [
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.health": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec"
],
"response": []
},
"cat.master": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec",
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.ml_datafeeds": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec"
],
"response": []
},
"cat.nodeattrs": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec",
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.pending_tasks": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec"
],
"response": []
},
"cat.plugins": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec",
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.repositories": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec",
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.segments": {
"request": [
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.snapshots": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec"
],
"response": []
},
"cat.tasks": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec"
],
"response": []
},
"cat.templates": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec",
"Request: query parameter 'time' does not exist in the json spec"
],
"response": []
},
"cat.thread_pool": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec"
],
"response": []
},
"cat.transforms": {
"request": [
"Request: query parameter 'bytes' does not exist in the json spec"
],
"response": []
},
"streams.status": {
"request": [
"Request: query parameter 'master_timeout' does not exist in the json spec",
Expand Down
10 changes: 10 additions & 0 deletions specification/_json_spec/cat.aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
"type": "time",
"default": "30s",
"description": "Timeout for waiting for new cluster state in case it is blocked"
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.allocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
},
"local": {
"type": "boolean",
"description": "Return local information, do not retrieve the state from master node (default: false)"
Expand Down
10 changes: 10 additions & 0 deletions specification/_json_spec/cat.component_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions specification/_json_spec/cat.count.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.fielddata.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
"fields": {
"type": "list",
"description": "A comma-separated list of fields to return in the output"
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.health.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions specification/_json_spec/cat.master.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.ml_datafeeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions specification/_json_spec/cat.nodeattrs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.pending_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions specification/_json_spec/cat.plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions specification/_json_spec/cat.repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.segments.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.snapshots.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"type": "boolean",
"default": false,
"description": "If `true`, the request blocks until the task has completed."
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions specification/_json_spec/cat.templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
},
"time": {
"type": "enum",
"description": "The unit in which to display time values",
"options": ["d", "h", "m", "s", "ms", "micros", "nanos"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.thread_pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.transforms.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
"type": "boolean",
"description": "Verbose mode. Display column headers",
"default": false
},
"bytes": {
"type": "enum",
"description": "The unit in which to display byte values",
"options": ["b", "kb", "mb", "gb", "tb", "pb"]
}
}
}
Expand Down