FolderName schema from Amazon WorkMail API
{ "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" }