Docupilot · Schema

CopyTemplate

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
title string
folder integer
View JSON Schema on GitHub

JSON Schema

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