Is there a way to get ServiceStacks PostmanFeature to also export the 'Example value', that can be seen in the Swagger-UI, so that when I use Postman to import the spec, I also get the example value in the "raw body" in Postman?
So, I would like this 'Example value':
to be present here in Postman, after import:
Today, after import, I get it to list it as "form-data", which is not what I want:
EDIT
I also noticed that the "Description" column in "Params" is empty, even though I have used attributes to describe it:
and
Am I doing it wrong, or is there a way?