Docupilot · Schema

ExtensionConfig

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
config object
View JSON Schema on GitHub

JSON Schema

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