Decouple UInt from non-serialization code

This commit is contained in:
Chris Clark
2015-10-02 14:50:36 -07:00
parent 9ebb59580d
commit 2f163c3b6e
15 changed files with 217 additions and 158 deletions

View File

@@ -3,5 +3,5 @@
"title": "ledgerhash",
"description": "A ledger hash",
"type": "string",
"format": "ledgerHash"
"pattern": "^[A-F0-9]{64}$"
}