Skip to content

Commit 64b7b88

Browse files
authored
Update README.md
feat(uuid): support uuid v6
1 parent 1d7795b commit 64b7b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ v.validate({ uuid: "10ba038e-48da-487b-96e8-8d3b99b6d18a", version: 5 }, schema)
10281028
### Properties
10291029
Property | Default | Description
10301030
-------- | -------- | -----------
1031-
`version` | `4` | UUID version in range 1-5.
1031+
`version` | `4` | UUID version in range 1-6.
10321032
10331033
## `objectID`
10341034
You can validate BSON/MongoDB ObjectID's

0 commit comments

Comments
 (0)