Docusign · JSON Structure

Docusign Esignature Sign Here Structure

Type: object Properties: 14
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

tabId tabLabel documentId pageNumber recipientId xPosition yPosition anchorString anchorXOffset anchorYOffset anchorUnits scaleValue optional stampType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SignHere",
  "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"
    },
    "anchorXOffset": {
      "type": "string"
    },
    "anchorYOffset": {
      "type": "string"
    },
    "anchorUnits": {
      "type": "string"
    },
    "scaleValue": {
      "type": "string"
    },
    "optional": {
      "type": "string"
    },
    "stampType": {
      "type": "string"
    }
  }
}