Add support for OpenAPI schema generation for POCOs #1087
Labels
goodfirstissue
Standard GitHub label used for easy to resolve issues targeting beginner contributors
type:enhancement
Enhancement request targeting an existing experience
Milestone
This is related to #836.
For certain native .NET types, it would be great if OpenAPI.NET could provide the authorative OpenApiSchema definitions for these types. Current prototypes maintain a dictionary like this:
And there a variety of open source packages/projects that maintain their own associations (see this, this, and this).
Since this is a finite set of mappings, it would be great if they would be centralized in the OpenAPI.NET package to avoid duplication and ambiguity about the right schemas to generate for different native types in .NET.
cc: @darrelmiller @baywet
The text was updated successfully, but these errors were encountered: