{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RejectEntry", "type": "object", "properties": { "email": { "type": "string" }, "reason": { "type": "string" }, "detail": { "type": "string" }, "created_at": { "type": "string" }, "last_event_at": { "type": "string" }, "expires_at": { "type": "string" }, "expired": { "type": "boolean" }, "subaccount": { "type": "string" }, "sender": { "type": "object" } } }