Mailchimp · JSON Structure

Mailchimp Transactional User Info Structure

Type: object Properties: 7
CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

UserInfo 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

username created_at public_id reputation hourly_quota backlog stats

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UserInfo",
  "type": "object",
  "properties": {
    "username": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "public_id": {
      "type": "string"
    },
    "reputation": {
      "type": "integer"
    },
    "hourly_quota": {
      "type": "integer"
    },
    "backlog": {
      "type": "integer"
    },
    "stats": {
      "type": "object"
    }
  }
}