{ "type": "string", "description": "The current state of a Bulk API 2.0 job, indicating where it is in its lifecycle.\n", "enum": [ "Open", "UploadComplete", "InProgress", "JobComplete", "Failed", "Aborted" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "JobState" }