The job identifier for theme upload or download.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JobId", "title": "Job Id", "description": "The job identifier for theme upload or download.", "type": "object", "properties": { "job_id": { "description": "The job identifier.", "type": "string" } }, "x-internal": false }