Skip to content

Instantly share code, notes, and snippets.

@wlk
Created June 20, 2017 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlk/ed8687e87bb95fc395c26be449c30840 to your computer and use it in GitHub Desktop.
Save wlk/ed8687e87bb95fc395c26be449c30840 to your computer and use it in GitHub Desktop.
{
"$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