Represents a UUID.
A builtin type that can be referenced via :uuid_v7
Constraints
:strict?(boolean/0) - Requires the value to actually be a version 7 UUID. Recommended for externally-supplied values: without it, any well-formed UUID passes input casting, but non-v7 values cannot be loaded back from storage. The default value isfalse.