FIELD NOTES
When to use UUID v4
UUIDs are 128-bit identifiers designed to be unique without a central counter. Version 4 uses random bits and is common for database records, request IDs and test fixtures.
Random UUIDs are excellent identifiers but not secrets. Avoid exposing sensitive meaning through surrounding data or assuming an identifier grants authorization.