Docupilot · Schema

AttachmentsConfig

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
allowed_types string
max_files integer
max_total_size integer
View JSON Schema on GitHub

JSON Schema

app-AttachmentsConfig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AttachmentsConfig",
  "description": "",
  "type": "object",
  "properties": {
    "allowed_types": {
      "type": "string"
    },
    "max_files": {
      "type": "integer"
    },
    "max_total_size": {
      "type": "integer"
    }
  },
  "required": [
    "allowed_types",
    "max_files",
    "max_total_size"
  ]
}