Docusign · Schema

CustomFields

Envelope custom fields for metadata and integrations.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Properties

Name Type Description
textCustomFields array
listCustomFields array
View JSON Schema on GitHub

JSON Schema

docusign-esignature-custom-fields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomFields",
  "type": "object",
  "description": "Envelope custom fields for metadata and integrations.",
  "properties": {
    "textCustomFields": {
      "type": "array"
    },
    "listCustomFields": {
      "type": "array"
    }
  }
}