Amazon WorkMail · JSON Structure

Workmail Domain Name Structure

DomainName schema from Amazon WorkMail API

Type: string Properties: 0
Business CommunicationCalendarEmailExchangeEnterprise

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "pattern": "[a-zA-Z0-9.-]+\\.[a-zA-Z-]{2,}",
  "minLength": 3,
  "maxLength": 255,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "DomainName",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-domain-name-structure.json",
  "description": "DomainName schema from Amazon WorkMail API"
}