{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/availity/refs/heads/main/json-structure/eligibility-payer-info-structure.json", "description": "PayerInfo schema from Availity API", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "address": { "type": "object", "properties": { "address1": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "postalCode": { "type": "string" } } } }, "name": "PayerInfo" }