Swashbuckle.AspNetCore
Swashbuckle.AspNetCore copied to clipboard
Support for collectionFormat values besides _multi_
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?