Amazon WorkMail · Schema

FolderName

FolderName schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise
View JSON Schema on GitHub

JSON Schema

workmail-folder-name-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "INBOX",
    "DELETED_ITEMS",
    "SENT_ITEMS",
    "DRAFTS",
    "JUNK_EMAIL"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FolderName",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-folder-name-schema.json",
  "description": "FolderName schema from Amazon WorkMail API"
}