Postmark · Schema

SenderSignatureExtendedInformation

EmailsMessagingTransactional EmailDeliverabilitySMTP

Properties

Name Type Description
Domain string
EmailAddress string
ReplyToEmailAddress string
Name string
Confirmed boolean
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-sendersignatureextendedinformation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SenderSignatureExtendedInformation",
  "title": "SenderSignatureExtendedInformation",
  "type": "object",
  "properties": {
    "Domain": {
      "type": "string"
    },
    "EmailAddress": {
      "type": "string",
      "format": "email"
    },
    "ReplyToEmailAddress": {
      "type": "string",
      "format": "email"
    },
    "Name": {
      "type": "string"
    },
    "Confirmed": {
      "type": "boolean"
    },
    "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": ""
}