microsoft / OpenAPI.NET

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

Closed captainsafia closed 2 days ago

captainsafia commented 1 week ago

The new updates to OpenApiSchema in v2 don't provide a way for modeling the const keyword from JSON schema in the document.

Perhaps we should provide an optional const property on the OpenApiSchema type?

MaggieKimani1 commented 1 week ago

You're right, thank you for pointing this out. Working on adding support for this asap