Docusign · JSON Structure

Docusign Esignature Envelope Document Structure

Type: object Properties: 9
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

EnvelopeDocument 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

documentId name type uri order pages containsPdfFormFields display includeInDownload

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EnvelopeDocument",
  "type": "object",
  "properties": {
    "documentId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "uri": {
      "type": "string"
    },
    "order": {
      "type": "string"
    },
    "pages": {
      "type": "array"
    },
    "containsPdfFormFields": {
      "type": "string"
    },
    "display": {
      "type": "string"
    },
    "includeInDownload": {
      "type": "string"
    }
  }
}