SignWell · Schema

Recipients

Document recipients are people that must complete and/or sign a document.

E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC 2
View JSON Schema on GitHub

JSON Schema

Recipients.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/Recipients.json",
  "title": "Recipients",
  "type": "array",
  "description": "Document recipients are people that must complete and/or sign a document.",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string",
        "description": "A unique identifier that you will give to each recipient. We recommend numbering sequentially from 1 to X. IDs are required for associating recipients to fields and more."
      },
      "name": {
        "type": "string",
        "description": "Name of the recipient."
      },
      "email": {
        "type": "string",
        "format": "email",
        "description": "Email address for the recipient.",
        "example": "signer@example.com"
      },
      "passcode": {
        "type": "string",
        "description": "If set, signers assigned with a passcode will be required to enter the passcode before they\u2019re able to view and complete the document."
      },
      "subject": {
        "type": "string",
        "description": "Email subject for the signature request that the recipient will see. Overrides the general subject for the document."
      },
      "message": {
        "type": "string",
        "description": "Email message for the signature request that the recipient will see. Overrides the general message for the document."
      },
      "send_email": {
        "type": "boolean",
        "default": false,
        "description": "Applies on when `embedded_signing` is `true`. By default, recipients are not notified through email to sign when doing embedded signing. Setting this to `true`  will send a notification email to the recipient. Default is `false`."
      },
      "send_email_delay": {
        "type": "integer",
        "default": 0,
        "description": "If `send_email` is `true` recipients will receive a new document notification immediately. In the case of embedded signing, you can delay this notification to only send if the document is not completed within a few minutes. The email notification will not go out if the document is completed before the delay time is over. Valid values are in minutes ranging from `0` to `60`. Defaults to `0`."
      }
    },
    "required": [
      "id",
      "email"
    ]
  }
}

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/Recipients"
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 email required.

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