Docupilot · Schema

FeatureFlags

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
template_versioning_enabled boolean
View JSON Schema on GitHub

JSON Schema

app-FeatureFlags.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FeatureFlags",
  "description": "",
  "type": "object",
  "properties": {
    "template_versioning_enabled": {
      "type": "boolean"
    }
  },
  "required": [
    "template_versioning_enabled"
  ]
}