Docupilot · Schema

AddonTier

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
upto string
price number
View JSON Schema on GitHub

JSON Schema

app-AddonTier.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AddonTier",
  "description": "",
  "type": "object",
  "properties": {
    "upto": {
      "type": "string"
    },
    "price": {
      "type": "number",
      "format": "double"
    }
  },
  "required": [
    "price",
    "upto"
  ]
}