Document examples with your schemas
· 5 min read
A schema tells you the shape of a message. An example shows you how it can be used.
Schemas are necessary. Examples are what people actually reach for when they're writing a consumer, debugging a failed event, or onboarding to a service they've never touched.
EventCatalog now supports the ability to add any amount of examples with your schemas, helping your teams understand exactly how your messages are used in your architecture.