Docupilot · Schema

ExtensionRunError

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
template_id integer
error string
View JSON Schema on GitHub

JSON Schema

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