Merge pull request #426 from clark800/cleanup

Fix hash128 schema
This commit is contained in:
Chris Clark
2015-07-15 15:19:02 -07:00

View File

@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "hash256",
"title": "hash128",
"description": "The hex representation of a 128-bit hash",
"type": "string",
"pattern": "^[A-F0-9]{32}$"