diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 1593128e85..725c365a32 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -39711,18 +39711,7 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "hot_threads": { - "type": "array", - "items": { - "$ref": "#/components/schemas/nodes.hot_threads:HotThread" - } - } - }, - "required": [ - "hot_threads" - ] + "type": "object" } } } @@ -92409,35 +92398,6 @@ "mem" ] }, - "nodes.hot_threads:HotThread": { - "type": "object", - "properties": { - "hosts": { - "type": "array", - "items": { - "$ref": "#/components/schemas/_types:Host" - } - }, - "node_id": { - "$ref": "#/components/schemas/_types:Id" - }, - "node_name": { - "$ref": "#/components/schemas/_types:Name" - }, - "threads": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "required": [ - "hosts", - "node_id", - "node_name", - "threads" - ] - }, "nodes.info:ResponseBase": { "allOf": [ {