Docusign · JSON Structure

Docusign Esignature Envelope Structure

Type: object Properties: 24
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Envelope is a JSON Structure definition published by Docusign, describing 24 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

envelopeId envelopeUri status statusChangedDateTime emailSubject emailBlurb createdDateTime sentDateTime deliveredDateTime completedDateTime voidedDateTime voidedReason declinedDateTime documents purgeState brandId certificateUri isSignatureProviderEnvelope signingLocation expireEnabled expireDateTime expireAfter autoNavigation anySigner

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}