RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

Correct type for exclusiveMinimum and exclusiveMaximum

Open little-inferno opened this issue 3 years ago • 1 comments

In https://swagger.io/docs/specification/data-models/data-types/ exclusiveMinimum and exclusiveMaximum should be true or false

little-inferno avatar Feb 21 '22 12:02 little-inferno

Thanks for digging on this however in OpenAPI spec 3.1.0 definition of exclusiveMaximum and exclusiveMinimum have changed

https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0

This PR needs a change. The solution that you came up with should be applied exclusively for spec where versions are 2.0.0 , 3.0.0, 3.0.1, 3.0.2, 3.0.3

mrin9 avatar Feb 21 '22 13:02 mrin9