Docupilot · Schema

BulkGenerateMeta

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
max_test_rows integer
View JSON Schema on GitHub

JSON Schema

app-BulkGenerateMeta.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BulkGenerateMeta",
  "description": "",
  "type": "object",
  "properties": {
    "max_test_rows": {
      "type": "integer"
    }
  },
  "required": [
    "max_test_rows"
  ]
}