SignWell · Schema

update_recipients_request

E-SignatureElectronic SignatureDocumentsPDFSigningTemplatesWorkflowsHIPAASOC2

Properties

Name Type Description
recipients object
View JSON Schema on GitHub

JSON Schema

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