Azure / azure-functions-openapi-extension

This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.OpenApi/
MIT License
375 stars 196 forks source link

Feature request: Add support for manipulating schemas generation via ISchemaFilter #400

Open stephanruhland opened 2 years ago

stephanruhland commented 2 years ago

Describe the issue It would be nice to allow to implement custom logic to manipulate the generation of operations and schemas, similarly to what Swashbuckle provides: Extend Generator with Operation, Schema & Document Filters

Example use cases

This feature is a successor of feature request #376 after the support of IDocumentFilter where implemented.

morrisonbrett commented 2 years ago

Would be so great if @justinyoo could take a look at this, please.

mathiasi commented 1 year ago

This functionality would be useful for us since we want to migrate from in-process to isolated process and we had the ability with Swashbuckle previously

Hackmancoltaire commented 10 months ago

+1