metadevpro / openapi3-ts

TS Model & utils for creating and exposing OpenAPI 3.x contracts.
MIT License
485 stars 64 forks source link

exclusiveMinimum/Maximum should not be booleans #78

Closed OrIOg closed 2 years ago

OrIOg commented 2 years ago

As OpenApi use the JSON Schema Specification, exclusiveMinimum/exclusiveMaximum should be numbers and not booleans.