Docupilot · Schema

BulkGenUpload

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
file string
delimiter string
View JSON Schema on GitHub

JSON Schema

app-BulkGenUpload.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BulkGenUpload",
  "description": "",
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "format": "binary"
    },
    "delimiter": {
      "type": "string",
      "maxLength": 1
    }
  },
  "required": [
    "file"
  ]
}