Postmark · Schema

DomainInformation

EmailsMessagingTransactional EmailDeliverabilitySMTPEmail APIWebhookInbound EmailEmail TemplatesEmail Analytics

Properties

Name Type Description
Name string
SPFVerified boolean
DKIMVerified boolean
WeakDKIM boolean
ReturnPathDomainVerified boolean
ID integer
View JSON Schema on GitHub

JSON Schema

postmark-domaininformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DomainInformation",
  "title": "DomainInformation",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "SPFVerified": {
      "type": "boolean"
    },
    "DKIMVerified": {
      "type": "boolean"
    },
    "WeakDKIM": {
      "type": "boolean"
    },
    "ReturnPathDomainVerified": {
      "type": "boolean"
    },
    "ID": {
      "type": "integer",
      "format": "int64"
    }
  },
  "description": ""
}