diff --git a/output/schema/schema.json b/output/schema/schema.json index d73eaf6851..6fb1716bee 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -31759,20 +31759,6 @@ } } } - }, - { - "name": "root_cause", - "required": true, - "type": { - "kind": "array_of", - "value": { - "kind": "instance_of", - "type": { - "name": "ErrorCause", - "namespace": "_types" - } - } - } } ] }, diff --git a/output/typescript/types.ts b/output/typescript/types.ts index 0b8f3517f5..d0e141a913 100644 --- a/output/typescript/types.ts +++ b/output/typescript/types.ts @@ -2036,7 +2036,6 @@ export type LifecycleOperationMode = 'RUNNING' | 'STOPPING' | 'STOPPED' export interface MainError extends ErrorCause { headers?: Record - root_cause: ErrorCause[] } export interface MergesStats { diff --git a/specification/_types/Errors.ts b/specification/_types/Errors.ts index 9a69659b93..7dd4906d09 100644 --- a/specification/_types/Errors.ts +++ b/specification/_types/Errors.ts @@ -66,7 +66,6 @@ export class ErrorCause { export class MainError extends ErrorCause { headers?: Dictionary - root_cause: ErrorCause[] } export class ShardFailure {