SignWell · Schema

SendReminderRequest

E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC2

Properties

Name Type Description
recipients object
View JSON Schema on GitHub

JSON Schema

SendReminderRequest.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/signwell/main/json-schema/SendReminderRequest.json",
  "title": "SendReminderRequest",
  "type": "object",
  "properties": {
    "recipients": {
      "$ref": "#/components/schemas/ReminderRecipients"
    }
  }
}