{
  "Description": "PF : 987NN",
  "RedundantCharacters": " -",
  "ValidationRegex": "^987[0-9]{2}$",
  "TestData": {
    "Valid": [
      "98700",
      "98790"
    ],
    "Invalid": [
      "9872",
      "987999",
	  "98690",
	  "098790"
    ]
  }
}