grantila / suretype

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

Support `uuid` string format #14

Open domosapien opened 3 years ago

domosapien commented 3 years ago

While not explicitly supported, the following code works:

v.string().format('uuid' as Formats)

Could you please add it to the official list of supported string formats?