mnahkies / openapi-code-generator

A code generation tool for openapi 3 / 3.1 specifications written in typescript, primarily aimed at generating typescript clients and server stubs. Other target languages may be added in future.
https://openapi-code-generator.nahkies.co.nz/
MIT License
17 stars 2 forks source link

feat: joi number min/max validation #143

Closed mnahkies closed 5 months ago

mnahkies commented 5 months ago

140 but for joi schema builders.

also unifies the test harness between zod and joi schema builder tests, hopefully helping me be less lazy about improving the joi schema builder in lockstep with zod.