-
-
Notifications
You must be signed in to change notification settings - Fork 1
UUID
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.
- Example of a uuid/v1:
2c5ea4c0-4067-11e9-8bad-9b1deb4d3b7d - Example of a uuid/v4:
1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed - Based on: https://github.com/uuidjs/uuid#readme
Developed with ♥ by Alan Berdinelli.