{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/shared-company-service-shared-contact-structure.json", "description": "SharedContact schema from Avalara API", "type": "object", "properties": { "contactId": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "email": { "type": "string", "format": "email" }, "phone": { "type": "string" }, "isPrimary": { "type": "boolean" }, "name": { "type": "string" } }, "name": "SharedContact" }