Docusign · JSON Structure

Docusign Esignature Envelope Definition Structure

Type: object Properties: 9
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

emailSubject emailBlurb status templateId templateRoles documents compositeTemplates brandId envelopeIdStamping

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EnvelopeDefinition",
  "type": "object",
  "properties": {
    "emailSubject": {
      "type": "string"
    },
    "emailBlurb": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "templateId": {
      "type": "string"
    },
    "templateRoles": {
      "type": "array"
    },
    "documents": {
      "type": "array"
    },
    "compositeTemplates": {
      "type": "array"
    },
    "brandId": {
      "type": "string"
    },
    "envelopeIdStamping": {
      "type": "string"
    }
  }
}