Docusign · JSON Structure

Docusign Esignature Intermediary Structure

Type: object Properties: 5
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

recipientId name email routingOrder status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Intermediary",
  "type": "object",
  "properties": {
    "recipientId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "routingOrder": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}