Docupilot · Schema

EnvelopeVoid

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
reason string
View JSON Schema on GitHub

JSON Schema

app-EnvelopeVoid.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EnvelopeVoid",
  "description": "",
  "type": "object",
  "properties": {
    "reason": {
      "type": "string",
      "maxLength": 255
    }
  },
  "required": [
    "reason"
  ]
}