{
  "$comment": "Minimal pattern check to know which hash algorithm to apply,\nbut don't check too harshly for the rest (length, allowed characters, etc.).\n",
  "pattern": "^[a-z0-9\\-]+\\$[\\w\\-.]+$",
  "type": "string"
}