Docupilot · Schema

FileUploadMeta

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
email_attachments object
View JSON Schema on GitHub

JSON Schema

app-FileUploadMeta.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FileUploadMeta",
  "description": "",
  "type": "object",
  "properties": {
    "email_attachments": {
      "$ref": "#/components/schemas/AttachmentsConfig"
    }
  },
  "required": [
    "email_attachments"
  ]
}