{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "blob",
  "description": "An uppercase hexadecimal string representation of a transaction",
  "type": "string",
  "minLength": 1,
  "pattern": "^[0-9A-F]*$"
}
