{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-structure/eligibility-eligibility-response-structure.json", "description": "EligibilityResponse schema from Availity API", "type": "object", "properties": { "id": { "type": "string", "description": "Availity transaction ID" }, "controlNumber": { "type": "string" }, "requestedDate": { "type": "datetime" }, "serviceDate": { "type": "date" }, "subscriber": { "$ref": "#/components/schemas/SubscriberInfo" }, "payer": { "$ref": "#/components/schemas/PayerInfo" }, "coverages": { "type": "array", "items": { "$ref": "#/components/schemas/Coverage" } }, "planInformation": { "$ref": "#/components/schemas/PlanInformation" } }, "name": "EligibilityResponse" }