Docusign · Schema

Document

A document to be included in an envelope. Documents can be provided as base64-encoded content or by reference.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignaturesE-Signature

Properties

Name Type Description
documentId string A unique identifier for the document within the envelope, assigned by the sender. Must be unique within the envelope.
name string The name of the document.
fileExtension string The file extension of the document. DocuSign uses this to determine the correct content type.
documentBase64 string The base64-encoded content of the document.
remoteUrl string URL from which to retrieve the document content.
order string The order of the document in the envelope.
pages string The number of pages in the document.
display string Display setting for the document.
includeInDownload string Whether to include this document in downloads.
transformPdfFields string When true, DocuSign transforms PDF form fields into DocuSign tabs.
View JSON Schema on GitHub

JSON Schema

docusign-esignature-document-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Document",
  "type": "object",
  "description": "A document to be included in an envelope. Documents can be provided as base64-encoded content or by reference.",
  "properties": {
    "documentId": {
      "type": "string",
      "description": "A unique identifier for the document within the envelope, assigned by the sender. Must be unique within the envelope."
    },
    "name": {
      "type": "string",
      "description": "The name of the document."
    },
    "fileExtension": {
      "type": "string",
      "description": "The file extension of the document. DocuSign uses this to determine the correct content type."
    },
    "documentBase64": {
      "type": "string",
      "description": "The base64-encoded content of the document."
    },
    "remoteUrl": {
      "type": "string",
      "description": "URL from which to retrieve the document content."
    },
    "order": {
      "type": "string",
      "description": "The order of the document in the envelope."
    },
    "pages": {
      "type": "string",
      "description": "The number of pages in the document."
    },
    "display": {
      "type": "string",
      "description": "Display setting for the document."
    },
    "includeInDownload": {
      "type": "string",
      "description": "Whether to include this document in downloads."
    },
    "transformPdfFields": {
      "type": "string",
      "description": "When true, DocuSign transforms PDF form fields into DocuSign tabs."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/docusign-esignature-document"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.