Docupilot · Schema

TestContentBlock

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

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

JSON Schema

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