Docupilot · Schema

BulkGenTask

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
status_message string
View JSON Schema on GitHub

JSON Schema

app-BulkGenTask.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BulkGenTask",
  "description": "",
  "type": "object",
  "properties": {
    "status_message": {
      "type": "string",
      "nullable": true,
      "maxLength": 255
    }
  }
}