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

Support for collectionFormat values besides _multi_

Open mapitman opened this issue 5 years ago • 3 comments

One of the projects I work on uses csv for querystring parameters which are arrays. I'd like to be able to specify the collectionFormat as csv for those parameters.

I can create a pull request for this, but I wanted to mention it before I started on it. I was thinking it could be an attribute applied to a parameter or possibly a configuration setting to change the default. Any thoughts?

mapitman avatar Mar 11 '19 15:03 mapitman