Swashbuckle.AspNetCore icon indicating copy to clipboard operation
Swashbuckle.AspNetCore copied to clipboard

Example request bodies not seen in json output

Open nsg1000 opened this issue 10 months ago • 2 comments

Swashbuckle cli 6.5.0

Implementing request examples as:

IExamplesProvider<MyRequest> from Swashbuckle.AspNetCore.Filters

Expect json to have an example: section as per the following: https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters?tab=readme-ov-file#request-example

My swagger page json works correctly, the json file generated by the cli does not.

nsg1000 avatar Apr 24 '24 11:04 nsg1000