metadevpro / openapi3-ts

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

Support both number and boolean for exclusive numbers. #85

Closed RobinTail closed 2 years ago

RobinTail commented 2 years ago

Closes #83

In accordance with https://github.com/metadevpro/openapi3-ts/pull/84#issuecomment-1228367548.

Supporting both number and boolean for exclusiveMaximum and exclusiveMinimum.

RobinTail commented 2 years ago

@pjmolina , please review.

pjmolina commented 2 years ago

Thank you. Merging!