From a8dbca04ca5bd431d29ce08fa9ad94fe6cfd7360 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Tue, 19 Dec 2023 10:53:42 -0500 Subject: [PATCH] Is this? --- client/src/api/schema/schema.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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.