Docupilot · Schema

Timezone

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
name string
tz string
View JSON Schema on GitHub

JSON Schema

app-Timezone.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Timezone",
  "description": "",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "readOnly": true
    },
    "tz": {
      "type": "string",
      "readOnly": true
    }
  },
  "required": [
    "name",
    "tz"
  ]
}