Docupilot · Schema

UploadContentBlockImage

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
upload string
View JSON Schema on GitHub

JSON Schema

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