Docupilot · Schema

RetentionPreference

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
merge_data string
generated_document string
View JSON Schema on GitHub

JSON Schema

app-RetentionPreference.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RetentionPreference",
  "description": "",
  "type": "object",
  "properties": {
    "merge_data": {
      "type": "string"
    },
    "generated_document": {
      "type": "string"
    }
  }
}