You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have a problem that exclusiveMinimum and exclusiveMaximum are defined as numbers in the JSON Schema, but on OpenAPI 3.0 it's still defined as booleans. To solve this, we are writing customization files, but the APIs from the products will keep coming as numbers and updating the type with customization is cumbersome.
On OpenAPI 3.1.0, this seems to be solved, however, kin-openapi only has a roadmap for 3.1.0 and no release. Once available, we should switch to solve exclusiveMinimum and see if anything else brakes.
➕ Enhancement Request
Problem related to enhancement request
Currently, we have a problem that
exclusiveMinimum
andexclusiveMaximum
are defined as numbers in the JSON Schema, but on OpenAPI 3.0 it's still defined as booleans. To solve this, we are writing customization files, but the APIs from the products will keep coming asnumber
s and updating the type with customization is cumbersome.On OpenAPI 3.1.0, this seems to be solved, however,
kin-openapi
only has a roadmap for 3.1.0 and no release. Once available, we should switch to solveexclusiveMinimum
and see if anything else brakes.Related Issues
The text was updated successfully, but these errors were encountered: