{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/excise-excise-transaction-structure.json", "description": "ExciseTransaction schema from Avalara API", "type": "object", "properties": { "transactionId": { "type": "string" }, "invoiceNumber": { "type": "string" }, "transactionDate": { "type": "date" }, "transactionType": { "type": "string" }, "status": { "type": "string", "enum": [ "Pending", "Committed", "Voided" ] }, "totalAmount": { "type": "double" }, "totalTax": { "type": "double" } }, "name": "ExciseTransaction" }