Hi.
When I use standard controllers, the swagger documentation generates a request body examples from model (dto) classes. In case of MediatrEndpoints those body examples are not generated.
In the attached picture I can see Request body example

But in MediatR.Endpoints that schema is not generated.
How can I tell it to generate the Request body schema?