{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/certcapture-cert-capture-customer-structure.json", "description": "CertCaptureCustomer schema from Avalara API", "type": "object", "properties": { "id": { "type": "string" }, "customerCode": { "type": "string" }, "name": { "type": "string" }, "line1": { "type": "string" }, "city": { "type": "string" }, "region": { "type": "string" }, "postalCode": { "type": "string" }, "country": { "type": "string" }, "emailAddress": { "type": "string" }, "phoneNumber": { "type": "string" } }, "name": "CertCaptureCustomer" }