Docupilot · Schema

DeliveryCount

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
delivery_count integer Number of deliveries linked to the template
View JSON Schema on GitHub

JSON Schema

app-DeliveryCount.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DeliveryCount",
  "description": "",
  "type": "object",
  "properties": {
    "delivery_count": {
      "type": "integer",
      "description": "Number of deliveries linked to the template"
    }
  },
  "required": [
    "delivery_count"
  ]
}