{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/e-invoicing-document-event-schema.json", "title": "DocumentEvent", "description": "DocumentEvent schema from Avalara API", "type": "object", "properties": { "eventDate": { "type": "string", "format": "date-time" }, "eventType": { "type": "string" }, "message": { "type": "string" } } }