azure-functions-openapi-extension
azure-functions-openapi-extension copied to clipboard
Feature Request
Describe the issue A clear and concise description of what the issue is about. Hello everybody. We've been working with .NET 7 Isolated functions using Http Triggers.
We got to the point where we would need a function that accepts multiple files as an input.
The functions supports that as we checked with postman, but somehow we can't manage to get it working in the UI.
Can you please help us figure out what we can do to present multiple files list in swagger using the library.
If it is not implement I believe we must use IVisitor in order to build the schema for that?
Thanks for the attention, Valentin!