tlivings / enjoi

Converts a JSON schema to a Joi schema.
Apache License 2.0
282 stars 56 forks source link

Allow empty strings by default if the minLength field is not provided #91

Closed FrostBy closed 1 month ago

FrostBy commented 4 years ago

I don't want to provide the field everywhere. This line of code makes me cry when I use a very expensive schema

tlivings commented 4 years ago

Can you add a test with this PR?

Thanks!

tlivings commented 4 years ago

Please resolve conflicts and add tests.