{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Envelope", "type": "object", "properties": { "envelopeId": { "type": "string" }, "envelopeUri": { "type": "string" }, "status": { "type": "string" }, "statusChangedDateTime": { "type": "string" }, "emailSubject": { "type": "string" }, "emailBlurb": { "type": "string" }, "createdDateTime": { "type": "string" }, "sentDateTime": { "type": "string" }, "deliveredDateTime": { "type": "string" }, "completedDateTime": { "type": "string" }, "voidedDateTime": { "type": "string" }, "voidedReason": { "type": "string" }, "declinedDateTime": { "type": "string" }, "documents": { "type": "array" }, "purgeState": { "type": "string" }, "brandId": { "type": "string" }, "certificateUri": { "type": "string" }, "isSignatureProviderEnvelope": { "type": "string" }, "signingLocation": { "type": "string" }, "expireEnabled": { "type": "string" }, "expireDateTime": { "type": "string" }, "expireAfter": { "type": "string" }, "autoNavigation": { "type": "string" }, "anySigner": { "type": "string" } } }