Status of the job.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JobStatus", "title": "JobStatus", "type": "string", "enum": [ "created", "running", "completed", "failed", "pending", "cancelled", "expired" ], "description": "Status of the job." }