{
  "Description": "BH : NNN, NNNN",
  "RedundantCharacters": " -",
  "ValidationRegex": "^[0-9]{3,4}$",
  "TestData": {
    "Valid": [
      "123",
      "1234"
    ],
    "Invalid": [
      "12",
      "12345"
    ]
  }
}