diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 7e178c5369ad..f27f86cd30d2 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -5348,6 +5348,12 @@ export interface components { * @example 0123456789ABCDEF */ id: string; + /** + * Implicit Collection Jobs Id + * @description Encoded ID for the ICJ object describing the collection of jobs corresponding to this collection + * @example 0123456789ABCDEF + */ + implicit_collection_jobs_id?: string; /** * Job Source ID * @description The encoded ID of the Job that produced this dataset collection. Used to track the state of the job.