{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EventNotification", "type": "object", "properties": { "url": { "type": "string" }, "loggingEnabled": { "type": "string" }, "requireAcknowledgment": { "type": "string" }, "envelopeEvents": { "type": "array" }, "recipientEvents": { "type": "array" }, "includeCertificateOfCompletion": { "type": "string" }, "includeDocuments": { "type": "string" }, "includeDocumentFields": { "type": "string" }, "includeHMAC": { "type": "string" }, "includeSenderAccountAsCustomField": { "type": "string" }, "includeTimeZone": { "type": "string" }, "includeCertificateWithSoap": { "type": "string" } } }