grantila / suretype

Typesafe JSON (Schema) validator
502 stars 9 forks source link

uuid validation #18

Closed dbartholomae closed 2 years ago

dbartholomae commented 2 years ago

Hi, it seems the library currently does not support 'uuid' as format, even though it is a valid string format in the current standard. I'm aware that this library tries to be minimal, so I wanted to ask whether there is interest in this addition before working on a PR.

crobinson42 commented 2 years ago

A 'uuid' is just a string, right?

crobinson42 commented 2 years ago

14

dbartholomae commented 2 years ago

Yes, this is a duplicate of #14