Mailchimp · JSON Structure

Mailchimp Transactional Sender Domain Structure

Type: object Properties: 7
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

SenderDomain is a JSON Structure definition published by Mailchimp, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

domain created_at last_tested_at spf dkim verified_at valid_signing

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SenderDomain",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "last_tested_at": {
      "type": "string"
    },
    "spf": {
      "type": "object"
    },
    "dkim": {
      "type": "object"
    },
    "verified_at": {
      "type": "string"
    },
    "valid_signing": {
      "type": "boolean"
    }
  }
}