Docupilot · Schema

ChangeRole

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
role string
View JSON Schema on GitHub

JSON Schema

app-ChangeRole.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ChangeRole",
  "description": "",
  "type": "object",
  "properties": {
    "role": {
      "enum": [
        "owner",
        "admin",
        "manager",
        "member",
        "billing_manager"
      ],
      "type": "string"
    }
  },
  "required": [
    "role"
  ]
}