Skip to content
Open
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
7 changes: 0 additions & 7 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
"Request: query parameter 'timeout' does not exist in the json spec"
],
"response": []
},
"monitoring.bulk": {
"request": [
"Request: different number of urls in the json spec",
"Request: missing json spec path parameter 'type'"
],
"response": []
}
},
"generalErrors": [
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"transform-to-openapi": "npm run transform-to-openapi --prefix compiler --"
},
"dependencies": {
"@redocly/cli": "^1.34.5"
"@redocly/cli": "^1.34.6"
},
"version": "overlay"
}
4 changes: 2 additions & 2 deletions specification/_json_spec/cluster.get_component_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"methods": ["GET"],
"parts": {
"name": {
"type": "list",
"description": "The comma separated names of the component templates"
"type": "string",
"description": "The name of the component template. Wildcard (`*`) expressions are supported."
}
}
}
Expand Down
18 changes: 0 additions & 18 deletions specification/_json_spec/monitoring.bulk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,6 @@
{
"path": "/_monitoring/bulk",
"methods": ["POST", "PUT"]
},
{
"path": "/_monitoring/{type}/bulk",
"methods": ["POST", "PUT"],
"parts": {
"type": {
"type": "string",
"description": "Default document type for items which don't provide one",
"deprecated": {
"version": "7.0.0",
"description": "Specifying types in urls has been deprecated"
}
}
},
"deprecated": {
"version": "7.0.0",
"description": "Specifying types in urls has been deprecated"
}
}
]
},
Expand Down