Docupilot · Schema

UserPersonalization

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
ui_version integer
list_view:templates object
tp:freshchat:restoreId string
View JSON Schema on GitHub

JSON Schema

app-UserPersonalization.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UserPersonalization",
  "description": "",
  "type": "object",
  "properties": {
    "ui_version": {
      "enum": [
        1,
        2
      ],
      "type": "integer"
    },
    "list_view:templates": {
      "$ref": "#/components/schemas/UserPersonalizationListViewTemplate"
    },
    "tp:freshchat:restoreId": {
      "type": "string",
      "format": "uuid"
    }
  }
}