Docusign · Schema

NoteTab

A read-only note tab for displaying text.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignaturesE-Signature

Properties

Name Type Description
tabId string
tabLabel string
documentId string
pageNumber string
recipientId string
xPosition string
yPosition string
value string
View JSON Schema on GitHub

JSON Schema

docusign-esignature-note-tab-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NoteTab",
  "type": "object",
  "description": "A read-only note tab for displaying text.",
  "properties": {
    "tabId": {
      "type": "string"
    },
    "tabLabel": {
      "type": "string"
    },
    "documentId": {
      "type": "string"
    },
    "pageNumber": {
      "type": "string"
    },
    "recipientId": {
      "type": "string"
    },
    "xPosition": {
      "type": "string"
    },
    "yPosition": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}