Hi
I’m facing an issue with AsyncAPI examples not appearing in the Mintlify playground.
In my asyncapi.yaml, I’ve defined examples inside a component (e.g., under components/messages / components/schemas). However, these examples are not being displayed in the Mintlify playground UI.
Interestingly, when I load the same asyncapi.yaml file in AsyncAPI Studio, the examples appear correctly.
So it seems the examples are properly defined according to the spec, but Mintlify is not rendering them.
Is this a known limitation, or am I missing some specific configuration required by Mintlify to display AsyncAPI examples?
Thanks in advance