Docupilot · Schema

InitiateAuthorizationSequence

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
action_name string
View JSON Schema on GitHub

JSON Schema

app-InitiateAuthorizationSequence.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InitiateAuthorizationSequence",
  "description": "",
  "type": "object",
  "properties": {
    "action_name": {
      "enum": [
        "delete workspace",
        "transfer ownership"
      ],
      "type": "string",
      "default": "delete workspace"
    }
  }
}