Docusign · JSON Structure

Docusign Esignature Text Structure

Type: object Properties: 23
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

tabId tabLabel documentId pageNumber recipientId xPosition yPosition anchorString value required locked maxLength width height font fontSize fontColor bold italic underline validationPattern validationMessage concealValueOnDocument

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Text",
  "type": "object",
  "properties": {
    "tabId": {
      "type": "string"
    },
    "tabLabel": {
      "type": "string"
    },
    "documentId": {
      "type": "string"
    },
    "pageNumber": {
      "type": "string"
    },
    "recipientId": {
      "type": "string"
    },
    "xPosition": {
      "type": "string"
    },
    "yPosition": {
      "type": "string"
    },
    "anchorString": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "required": {
      "type": "string"
    },
    "locked": {
      "type": "string"
    },
    "maxLength": {
      "type": "string"
    },
    "width": {
      "type": "string"
    },
    "height": {
      "type": "string"
    },
    "font": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    },
    "fontColor": {
      "type": "string"
    },
    "bold": {
      "type": "string"
    },
    "italic": {
      "type": "string"
    },
    "underline": {
      "type": "string"
    },
    "validationPattern": {
      "type": "string"
    },
    "validationMessage": {
      "type": "string"
    },
    "concealValueOnDocument": {
      "type": "string"
    }
  }
}