The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.
MIT License
1.42k
stars
240
forks
source link
Microsoft.OpenApi v2 lacks support for `const` keyword in `OpenApiSchema` #1940
The new updates to
OpenApiSchema
in v2 don't provide a way for modeling theconst
keyword from JSON schema in the document.Perhaps we should provide an optional
const
property on theOpenApiSchema
type?