An entry in the sending allowlist.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AllowlistEntry", "type": "object", "description": "An entry in the sending allowlist.", "properties": { "email": { "type": "string", "description": "The allowlisted email address." }, "detail": { "type": "string", "description": "Details or comment about why the address is allowlisted." }, "created_at": { "type": "string", "description": "When the entry was added to the allowlist." } } }