Docupilot · Schema

AddonPurchase

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
addon_id string
quantity integer
View JSON Schema on GitHub

JSON Schema

app-AddonPurchase.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AddonPurchase",
  "description": "",
  "type": "object",
  "properties": {
    "addon_id": {
      "enum": [
        "esignature",
        "signnow"
      ],
      "type": "string"
    },
    "quantity": {
      "type": "integer"
    }
  },
  "required": [
    "addon_id",
    "quantity"
  ]
}