Status of a compliance job.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/twitter/refs/heads/main/json-schema/x-api-compliance-job-status-schema.json", "title": "ComplianceJobStatus", "description": "Status of a compliance job.", "type": "string", "enum": [ "created", "in_progress", "failed", "complete", "expired" ] }