Docupilot · Schema

PatchedUpdateUser

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
locale string
theme string
View JSON Schema on GitHub

JSON Schema

app-PatchedUpdateUser.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PatchedUpdateUser",
  "description": "",
  "type": "object",
  "properties": {
    "locale": {
      "type": "string",
      "nullable": true,
      "maxLength": 5
    },
    "theme": {
      "enum": [
        "light",
        "dark",
        "system"
      ],
      "type": "string"
    }
  }
}