class-validator-jsonschema icon indicating copy to clipboard operation
class-validator-jsonschema copied to clipboard

exclusive limits should be numbers

Open dvarnai opened this issue 3 years ago • 1 comments

In [email protected] they are now using the latest json schema syntax and exclusiveMinimum and Maximum are now numbers:

https://github.com/metadevpro/openapi3-ts/commit/e7a08516a86620a66a16f4552d5b9affd6c77987

This PR changes the default converters accordingly.

dvarnai avatar Jun 27 '22 20:06 dvarnai

Hi ! Good one thanks ! Could you merge this PR ?

StephenBe avatar Oct 03 '22 07:10 StephenBe

@epiphone Could you please review this PR ? Thanks !

StephenBe avatar Jan 09 '23 07:01 StephenBe

Thanks! I picked this commit into another PR since the change also included upgrading deps and updating tests. Published in https://github.com/epiphone/class-validator-jsonschema/releases/tag/v5.0.0.

epiphone avatar Jan 14 '23 05:01 epiphone