{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-structure/eligibility-payer-list-structure.json", "description": "PayerList schema from Availity API", "type": "object", "properties": { "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "eligibilityUrl": { "type": "string" }, "supportedTransactions": { "type": "array", "items": { "type": "string" } } } } } }, "name": "PayerList" }