{
  "Description": "LV : NNNNN, CC-NNNNN",
  "RedundantCharacters": " -",
  "ValidationRegex": "^(LV)?[0-9]{4}$",
  "TestData": {
    "Valid": [
      "1234",
      "LV-1234",
	  "LV1234"
    ],
    "Invalid": [
      "LV123",
      "L1234",
	  "LV-12345"
    ]
  }
}