Docupilot · Schema

CloneExtension

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

app-CloneExtension.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CloneExtension",
  "description": "",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 255
    }
  }
}