diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 838c6ee88c..e2ec4d2723 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -69147,17 +69147,13 @@ }, "status": { "type": "number" - }, - "type": { - "type": "string" } }, "required": [ "cause", "id", "index", - "status", - "type" + "status" ] }, "_types:Retries": { diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index cfd6131e69..4d228e16aa 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -44803,17 +44803,13 @@ }, "status": { "type": "number" - }, - "type": { - "type": "string" } }, "required": [ "cause", "id", "index", - "status", - "type" + "status" ] }, "_types:Retries": { diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index a2605df077..5780d067d8 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -120128,20 +120128,9 @@ "namespace": "_types" } } - }, - { - "name": "type", - "required": true, - "type": { - "kind": "instance_of", - "type": { - "name": "string", - "namespace": "_builtins" - } - } } ], - "specLocation": "_types/Errors.ts#L60-L66" + "specLocation": "_types/Errors.ts#L60-L65" }, { "kind": "interface", diff --git a/output/schema/schema.json b/output/schema/schema.json index f3cbf78ff1..7e79310c18 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -45145,20 +45145,9 @@ "namespace": "_types" } } - }, - { - "name": "type", - "required": true, - "type": { - "kind": "instance_of", - "type": { - "name": "string", - "namespace": "_builtins" - } - } } ], - "specLocation": "_types/Errors.ts#L60-L66" + "specLocation": "_types/Errors.ts#L60-L65" }, { "kind": "interface", @@ -52532,7 +52521,7 @@ } } ], - "specLocation": "_types/Errors.ts#L68-L73" + "specLocation": "_types/Errors.ts#L67-L72" }, { "kind": "type_alias", diff --git a/output/typescript/types.ts b/output/typescript/types.ts index 7b12f8c3dc..4798c35c5b 100644 --- a/output/typescript/types.ts +++ b/output/typescript/types.ts @@ -2187,7 +2187,6 @@ export interface BulkIndexByScrollFailure { id: Id index: IndexName status: integer - type: string } export interface BulkStats { diff --git a/specification/_types/Errors.ts b/specification/_types/Errors.ts index 62ce8eeee6..750a305525 100644 --- a/specification/_types/Errors.ts +++ b/specification/_types/Errors.ts @@ -62,7 +62,6 @@ export class BulkIndexByScrollFailure { id: Id index: IndexName status: integer - type: string } export class TaskFailure {