JSON Examples
Good
Why is this a good event?
Clear indication of event type
Utilizes an event envelope that can be used to house other data
Low chance for top-level key collisions
Clear schema
Bad
Why is this a bad event?
No clear indication of event type
High chance of top-level key collisions
Ambiguous field names such as "id" and "action"
Fields are re-used between different events
Unclear schema
Last updated