{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/1099-w9-payer-company-structure.json", "description": "PayerCompany schema from Avalara API", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "ein": { "type": "string", "description": "Employer Identification Number" }, "address": { "type": "object", "properties": { "line1": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "postalCode": { "type": "string" } } }, "contactName": { "type": "string" }, "contactPhone": { "type": "string" }, "contactEmail": { "type": "string", "format": "email" } }, "name": "PayerCompany" }