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