availity · Schema

AsyncJobResponse

AsyncJobResponse schema from Availity API

Properties

Name Type Description
id string Job ID for polling
status string
View JSON Schema on GitHub

JSON Schema

service-reviews-async-job-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-schema/service-reviews-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"
    }
  }
}