Postmark · Schema

DomainExtendedInformation

EmailsMessagingTransactional EmailDeliverabilitySMTP

Properties

Name Type Description
Name string
SPFVerified boolean
SPFHost string
SPFTextValue string
DKIMVerified boolean
WeakDKIM boolean
DKIMHost string
DKIMTestValue string
DKIMPendingHost string
DKIMPendingTextValue string
DKIMRevokedHost string
DKIMRevokedTextValue string
SafeToRemoveRevokedKeyFromDNS boolean
DKIMUpdateStatus string
ReturnPathDomain string
ReturnPathDomainVerified boolean
ReturnPathDomainCNAMEValue string
ID integer
View JSON Schema on GitHub

JSON Schema

postmark-domainextendedinformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DomainExtendedInformation",
  "title": "DomainExtendedInformation",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "SPFVerified": {
      "type": "boolean"
    },
    "SPFHost": {
      "type": "string"
    },
    "SPFTextValue": {
      "type": "string"
    },
    "DKIMVerified": {
      "type": "boolean"
    },
    "WeakDKIM": {
      "type": "boolean"
    },
    "DKIMHost": {
      "type": "string"
    },
    "DKIMTestValue": {
      "type": "string"
    },
    "DKIMPendingHost": {
      "type": "string"
    },
    "DKIMPendingTextValue": {
      "type": "string"
    },
    "DKIMRevokedHost": {
      "type": "string"
    },
    "DKIMRevokedTextValue": {
      "type": "string"
    },
    "SafeToRemoveRevokedKeyFromDNS": {
      "type": "boolean"
    },
    "DKIMUpdateStatus": {
      "type": "string"
    },
    "ReturnPathDomain": {
      "type": "string"
    },
    "ReturnPathDomainVerified": {
      "type": "boolean"
    },
    "ReturnPathDomainCNAMEValue": {
      "type": "string"
    },
    "ID": {
      "type": "integer",
      "format": "int64"
    }
  },
  "description": ""
}