{ "type": "object", "properties": { "jobId": { "type": "string", "example": "500123" } }, "required": [ "jobId" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BulkJobStatusRequest" }