{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/e-invoicing-party-structure.json", "description": "Party schema from Avalara API", "type": "object", "properties": { "name": { "type": "string" }, "identifier": { "type": "string", "description": "Tax identification number" }, "identifierScheme": { "type": "string", "description": "Identifier scheme (e.g., VAT)" }, "address": { "type": "object", "properties": { "line1": { "type": "string" }, "city": { "type": "string" }, "region": { "type": "string" }, "postalCode": { "type": "string" }, "countryCode": { "type": "string" } } } }, "name": "Party" }