acornejo/jjv

Supporting uuid as format?

Closed this issue ยท 0 comments

The JSON schema specification does not know of a uuid format for strings, however some other validators (such as ajv support it, and to be honest, it is pretty useful ๐Ÿ˜‰

Would you mind adding support for uuid as format? I think since it is well defined what a UUID is, this should be quite easy to implement, and it would make using jjv even much more enjoyable than it already is ๐Ÿ˜Š

If you are fine with this, I can happily come up with a PR.

What do you think?