[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
ProducerJobRequest
The details of a pending individual job.
Properties
string as uuid
info_job_identity
Required
The unique identifier for the job, formatted as a uuid.
object
info_job_data
Optional
JSON defining the job matching the ‘info_job_data_schema’ for the chosen data type.
string
info_type_identity
Optional
The identifier for the data type used in this job.
string
last_updated
Optional
The time when the job was last updated or created (ISO-8601)
string
owner
Optional
The owner of the job, identify the service that requested the job.
string
target_uri
Optional
The URI (at the consumer) where job results will be notified.
JSON Example
{
"info_job_identity": "93eba9d4-b10d-11ec-8d7c-033058ad8779"
}