Docupilot · Schema

ExtensionRunResult

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
template_id integer
file_name string
file_url string
View JSON Schema on GitHub

JSON Schema

app-ExtensionRunResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ExtensionRunResult",
  "description": "",
  "type": "object",
  "properties": {
    "template_id": {
      "type": "integer"
    },
    "file_name": {
      "type": "string"
    },
    "file_url": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "file_name",
    "template_id"
  ]
}