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
14 changes: 12 additions & 2 deletions specification/_json_spec/cat.aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,18 @@
},
"master_timeout": {
"type": "time",
"description": "Timeout for waiting for new cluster state in case it is blocked",
"default": "30s"
"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 @@ -58,6 +58,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 @@ -48,6 +48,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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)"
},
"bytes": {
Expand Down
6 changes: 5 additions & 1 deletion specification/_json_spec/cat.ml_datafeeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
},
"format": {
Expand Down Expand Up @@ -60,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
1 change: 0 additions & 1 deletion specification/_json_spec/cat.ml_jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)"
},
"bytes": {
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/cat.ml_trained_models.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)",
"default": true
},
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 @@ -48,6 +48,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 @@ -53,6 +53,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 @@ -53,6 +53,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 @@ -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.segments.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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 @@ -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.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 @@ -58,6 +58,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
Loading