Docupilot · Schema

VerifiedEmailDNSAccounts

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
accounts array List of verified email DNS accounts
View JSON Schema on GitHub

JSON Schema

app-VerifiedEmailDNSAccounts.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VerifiedEmailDNSAccounts",
  "description": "",
  "type": "object",
  "properties": {
    "accounts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DeliveryEmailAccount"
      },
      "description": "List of verified email DNS accounts"
    }
  },
  "required": [
    "accounts"
  ]
}