macro_rules! event_schema {
    ($aggregator: ident, [$($event_type: ty),* $(,)?]) => { ... };
}