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

Ignore certain enum values #655

Open MarioMajcicaAtABNAMRO opened 6 months ago

MarioMajcicaAtABNAMRO commented 6 months ago

Is there a way to ignore one or more values in an enum so that those are not rendered in the UI?

Thanks