Values.StepDetailsEntitySourceThe details of a step entity.
type nonrec t = {jobId : JobId.t option;The job ID.
*)stepId : StepId.t option;The step ID.
*)schemaVersion : String_.t option;The schema version for a step template.
*)template : Document.t option;The template for a step.
*)dependencies : DependenciesList.t option;The dependencies for a step.
*)}