wire / identifier / uuid-max
The Max UUID is the special UUID with all 128 bits set to one: ffffffff-ffff-ffff-ffff-ffffffffffff. RFC 9562 defines it as a sentinel that sorts after every other UUID — useful as an exclusive upper bound in range scans. Its version and variant nibbles are both 0xF, so it matches no real version.
aka: max UUID · omni UUID · all-ones UUID
spec: RFC 9562 §5.10
example:
ffffffff-ffff-ffff-ffff-ffffffffffff
| field | bits | meaning |
|---|---|---|
| all_one | 128 | Every bit is 1. Version nibble = 0xF and variant nibble = 0xF, so it is not a valid v1-v8 value. |
agent: curl -H 'accept: application/json' wire.phall.io/identifier/uuid-max
or /identifier/uuid-max.json