Docusign · JSON Structure

Docusign Esignature Composite Template Structure

Type: object Properties: 3
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

compositeTemplateId serverTemplates inlineTemplates

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CompositeTemplate",
  "type": "object",
  "properties": {
    "compositeTemplateId": {
      "type": "string"
    },
    "serverTemplates": {
      "type": "array"
    },
    "inlineTemplates": {
      "type": "array"
    }
  }
}