Docupilot · Schema

CopyTemplateFromVersion

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

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

JSON Schema

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