Docusign · Schema

CompositeTemplate

A composite template that combines server templates and inline templates for complex envelope workflows.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignaturesE-Signature

Properties

Name Type Description
compositeTemplateId string Unique identifier for the composite template.
serverTemplates array
inlineTemplates array
View JSON Schema on GitHub

JSON Schema

docusign-esignature-composite-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CompositeTemplate",
  "type": "object",
  "description": "A composite template that combines server templates and inline templates for complex envelope workflows.",
  "properties": {
    "compositeTemplateId": {
      "type": "string",
      "description": "Unique identifier for the composite template."
    },
    "serverTemplates": {
      "type": "array"
    },
    "inlineTemplates": {
      "type": "array"
    }
  }
}