Docusign · JSON Structure

Docusign Esignature Checkbox Structure

Type: object Properties: 11
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

tabId tabLabel documentId pageNumber recipientId xPosition yPosition anchorString selected required locked

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Checkbox",
  "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"
    },
    "selected": {
      "type": "string"
    },
    "required": {
      "type": "string"
    },
    "locked": {
      "type": "string"
    }
  }
}