Created
June 20, 2017 09:33
-
-
Save wlk/ed8687e87bb95fc395c26be449c30840 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-04/schema#", | |
"id": "uuid-schema", | |
"description": "Validation for UUID", | |
"type": "string", | |
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment