Docusign · Schema

InPersonSigner

An in-person signer recipient for face-to-face signing where a host manages the signing session.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Properties

Name Type Description
recipientId string
hostName string The name of the signing host.
hostEmail string The email of the signing host.
signerName string The name of the in-person signer.
signerEmail string The email of the in-person signer.
routingOrder string
status string
View JSON Schema on GitHub

JSON Schema

docusign-esignature-in-person-signer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InPersonSigner",
  "type": "object",
  "description": "An in-person signer recipient for face-to-face signing where a host manages the signing session.",
  "properties": {
    "recipientId": {
      "type": "string"
    },
    "hostName": {
      "type": "string",
      "description": "The name of the signing host."
    },
    "hostEmail": {
      "type": "string",
      "description": "The email of the signing host."
    },
    "signerName": {
      "type": "string",
      "description": "The name of the in-person signer."
    },
    "signerEmail": {
      "type": "string",
      "description": "The email of the in-person signer."
    },
    "routingOrder": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}