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