36 chars · 1 line
Waiting for input
36 chars · 1 line
Waiting for input
Special UUID values
Yes. VetaTool explicitly recognizes 00000000-0000-0000-0000-000000000000 as the special nil UUID and labels it valid with version 0. It is a sentinel value, not a randomly generated UUID v4. This tool is free to use. No account or payment is required.
Last updated
The nil UUID has a defined special meaning and VetaTool accepts it deliberately. An API, database column, or domain model may still reject nil as a missing or reserved identifier, which is a separate business-rule decision.
All 128 bits are zero and the validator recognizes the special value.
00000000-0000-0000-0000-000000000000Valid nil UUIDCommon questions
VetaTool reports the special nil UUID with version 0.
No. The validator reports UUID structure; application rules can separately forbid nil identifiers.
Debugging a specific UUID issue? Browse UUID troubleshooting.