{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/e-invoicing-mandate-structure.json", "description": "Mandate schema from Avalara API", "type": "object", "properties": { "mandateId": { "type": "string" }, "countryCode": { "type": "string", "description": "ISO 3166-1 alpha-2 country code" }, "countryName": { "type": "string" }, "description": { "type": "string" }, "supportedDocumentTypes": { "type": "array", "items": { "type": "string" } }, "inputFormats": { "type": "array", "items": { "type": "string" } }, "workflowId": { "type": "string" } }, "name": "Mandate" }