Feature request: string pattern validation
antontornqvist opened this issue · 5 comments
antontornqvist commented
Currently the code generated does not validate string patterns. Would be nice to have, any plans to add it?
omissis commented
hey! uhm it's not in the plans for now, no. I want to close the last PR, do a round of cleanups on the issues, and then probably kick-off a rewrite :)
antontornqvist commented
Ok, I can open a PR for adding this functionality if you accept contributions?
omissis commented
oh if you're willing, sure! that would be great :)
antontornqvist commented
There was some other validation missing that I added in the PR as well. (exclusive)maximum
and (exclusive)minimum
for numeric types and uniqueItems
for arrays :)