Amazon WorkMail · JSON Structure

Workmail Mail Domain Summary Structure

The data for a given domain.

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

MailDomainSummary is a JSON Structure definition published by Amazon WorkMail, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DomainName DefaultDomain

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "DomainName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": "The domain name."
        }
      ]
    },
    "DefaultDomain": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Whether the domain is default or not."
        }
      ]
    }
  },
  "description": "The data for a given domain.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "MailDomainSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-mail-domain-summary-structure.json"
}