Mailchimp · JSON Structure

Mailchimp Transactional Ip Pool Structure

Type: object Properties: 3
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

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

Properties

name created_at ips

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IPPool",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "ips": {
      "type": "array"
    }
  }
}