Docupilot · Schema

Locale

Locale schema from Docupilot accounts API

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
code string
display string
View JSON Schema on GitHub

JSON Schema

accounts-Locale.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Locale",
  "description": "Locale schema from Docupilot accounts API",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "display": {
      "type": "string"
    }
  },
  "required": [
    "code",
    "display"
  ]
}