Hi,
We are just getting started with Event Driven Architectures where I am and folk are asking about how to document the events and their schema.
In the request/response space the SwaggerUI [1] project can be used for auto-generating route and schema documentation which you can annotate.
Has anyone had any success documenting their JSON objects while using EventStore? I’m thinking a human readable list of Stream->EventType->Doc/Schema.
Or are their alternatives to using a tool here? Can people make do just by looking at real event examples?
Thanks,
Joe Wright.