Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support merging schemas for OpenApiOperations sourced from metadata #2563

Open
captainsafia opened this issue Dec 1, 2022 · 1 comment
Open
Labels
feature suggestion help-wanted A change up for grabs for contributions from the community

Comments

@captainsafia
Copy link
Contributor

Related to dotnet/aspnetcore#45265 and dotnet/aspnetcore#45307

For scenarios where people provide an explicit schema definition in their WithOpenApi call, we should merge or favor that definition over the one generated by default.

Typical scenario is people wanting to fix incorrectly produced schema for types like Stream and Guid.

@warappa
Copy link

warappa commented Jan 10, 2024

Still having this problem on .NET 8.0.1

@martincostello martincostello added feature suggestion help-wanted A change up for grabs for contributions from the community labels Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature suggestion help-wanted A change up for grabs for contributions from the community
Projects
None yet
Development

No branches or pull requests

3 participants