{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "privateKey",
  "description": "The hexadecimal representation of a secp256k1 or Ed25519 private key.",
  "type": "string",
  "pattern": "^[A-F0-9]+$"
}
