-
-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Labels
Milestone
Description
The UUID format is covered in RFC 4122. This standard could be a very simple addition to the default set of Defined Formats that JSON schema comes built in with.
There is a standard format that could be encoded as a pattern: https://en.wikipedia.org/wiki/Universally_unique_identifier#Format
Something like the following would work:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
reitzig, GoGoris, skateinmars, DannyBrown-xx, gouthams and 3 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Closed