Docusign · JSON Structure

Docusign Esignature Envelope Template Structure

Type: object Properties: 15
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

templateId uri name description created lastModified lastUsed shared folderId folderName emailSubject emailBlurb signingLocation documents status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EnvelopeTemplate",
  "type": "object",
  "properties": {
    "templateId": {
      "type": "string"
    },
    "uri": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "lastModified": {
      "type": "string"
    },
    "lastUsed": {
      "type": "string"
    },
    "shared": {
      "type": "string"
    },
    "folderId": {
      "type": "string"
    },
    "folderName": {
      "type": "string"
    },
    "emailSubject": {
      "type": "string"
    },
    "emailBlurb": {
      "type": "string"
    },
    "signingLocation": {
      "type": "string"
    },
    "documents": {
      "type": "array"
    },
    "status": {
      "type": "string"
    }
  }
}