Postman Bug with Documentation Generation - Examples are not rendered properly

Hello, the Open API 3.0 definition of our API has the correct example of the request body:

All tools we use and that consume Swagger definition correctly process this example (Swagger, Readme etc) - you can check an example here if you like.

Postman displays “lorem ipsum dolor” in place of the proper example provided in the API schema:

I’m well aware of the collection generation option “By example” and “By request” -playing with those two options proved to be of no use for the purposes of resolving this issue.

This seem to be a bug in Postman. Please fix.