diff --git a/output/schema/validation-errors.json b/output/schema/validation-errors.json index a670191be3..8468a8d9cf 100644 --- a/output/schema/validation-errors.json +++ b/output/schema/validation-errors.json @@ -1,13 +1,5 @@ { - "endpointErrors": { - "monitoring.bulk": { - "request": [ - "Request: different number of urls in the json spec", - "Request: missing json spec path parameter 'type'" - ], - "response": [] - } - }, + "endpointErrors": {}, "generalErrors": [ "Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'", "Dangling type '_global.scripts_painless_execute:PainlessScript'", diff --git a/specification/_json_spec/cluster.get_component_template.json b/specification/_json_spec/cluster.get_component_template.json index 3d17770164..963fa6a82e 100644 --- a/specification/_json_spec/cluster.get_component_template.json +++ b/specification/_json_spec/cluster.get_component_template.json @@ -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." } } } diff --git a/specification/_json_spec/monitoring.bulk.json b/specification/_json_spec/monitoring.bulk.json index 9495cf555c..fcc57a3778 100644 --- a/specification/_json_spec/monitoring.bulk.json +++ b/specification/_json_spec/monitoring.bulk.json @@ -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" - } } ] }, diff --git a/specification/package-lock.json b/specification/package-lock.json index dd02c7220c..e7e1925faf 100644 --- a/specification/package-lock.json +++ b/specification/package-lock.json @@ -20,7 +20,6 @@ "license": "Apache-2.0", "dependencies": { "@typescript-eslint/utils": "^8.32.1", - "eslint-plugin-jsdoc": "^61.2.1", "markdownlint": "^0.39.0", "typescript": "^5.8.3" },