I have an asp.net .net framework (not core) where I am using Swashbuckle to auto generate the Swagger documentation for my API.
I have also added Swashbuckle examples.
I want to use the SwaggerResponseExample to show example return data, but in the Swagger UI always has the results nested under application/json
There is an old issue on this here, but no workaround.
Is there any sort of workaround for this? I see no further updates of Swashbuckle (and hence any embedded Swagger UI).
