Mailchimp · JSON Structure

Mailchimp Transactional Metadata Field Structure

Type: object Properties: 3
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

MetadataField 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 state view_template

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MetadataField",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "view_template": {
      "type": "string"
    }
  }
}