{
  "Description": "GF : 973NN",
  "RedundantCharacters": " -",
  "ValidationRegex": "^973[0-9]{2}$",
  "TestData": {
    "Valid": [
      "97300",
      "97390"
    ],
    "Invalid": [
      "9732",
      "973999",
	  "97290",
	  "097390"
    ]
  }
}