diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 42152d2ef62c..3172ad4fc4b9 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -9061,7 +9061,7 @@ export interface components { * Job Messages * @description List with additional information and possible reasons for a failed job. */ - job_messages?: string[]; + job_messages?: Record[]; /** * Job Metrics * @description Collections of metrics provided by `JobInstrumenter` plugins on a particular job. Only administrators can see these metrics.