JobUpdateCompleted# pydantic model safir.uws.JobUpdateCompleted# Input model when marking a job as complete. Parameters: data (Any) Fields: phase (Literal[vo_models.uws.types.ExecutionPhase.COMPLETED]) results (list[safir.uws._models.JobResult]) field phase: COMPLETED: 'COMPLETED'>])] [Required]# New phase of job field results: Annotated[list[JobResult], FieldInfo(annotation=NoneType, required=True, title='Job results', description='All the results of the job')] [Required]# All the results of the job