Skip to content

Commit

Permalink
Is this?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 19, 2023
1 parent 04164cf commit a8dbca0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a8dbca0

Please sign in to comment.