Docusign · JSON Structure

Docusign Esignature Formula Tab Structure

Type: object Properties: 10
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

tabId tabLabel documentId pageNumber recipientId xPosition yPosition formula roundDecimalPlaces value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FormulaTab",
  "type": "object",
  "properties": {
    "tabId": {
      "type": "string"
    },
    "tabLabel": {
      "type": "string"
    },
    "documentId": {
      "type": "string"
    },
    "pageNumber": {
      "type": "string"
    },
    "recipientId": {
      "type": "string"
    },
    "xPosition": {
      "type": "string"
    },
    "yPosition": {
      "type": "string"
    },
    "formula": {
      "type": "string"
    },
    "roundDecimalPlaces": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}