Docupilot · Schema

PatchedUpdateNewContentBlock

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
name string
file string
View JSON Schema on GitHub

JSON Schema

app-PatchedUpdateNewContentBlock.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PatchedUpdateNewContentBlock",
  "description": "",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 255
    },
    "file": {
      "type": "string",
      "format": "binary"
    }
  }
}