{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-schema/claim-status-async-job-response-schema.json", "title": "AsyncJobResponse", "description": "AsyncJobResponse schema from Availity API", "type": "object", "properties": { "id": { "type": "string", "description": "Job ID for polling", "example": "500123" }, "status": { "type": "string", "example": "PROCESSING" } } }