Docupilot · Schema

RenewSubscription

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
upgrade_message string
View JSON Schema on GitHub

JSON Schema

app-RenewSubscription.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RenewSubscription",
  "description": "",
  "type": "object",
  "properties": {
    "upgrade_message": {
      "type": "string",
      "maxLength": 200
    }
  }
}