Skip to content
Alan Berdinelli edited this page Jun 30, 2020 · 1 revision

UUID is a format of Id, commonly used when generating unique ids for storing data, such as in databases that don't support auto id like DynamoDB. In Schemy, we have validators for different versions of uuid.

Clone this wiki locally