{
  "CV": {
    "region": "CV",
    "callingCode": "238",
    "nationalNumberPattern": "^(?:2(?:2[1-7]|3[0-8]|4[12]|5[1256]|6\\d|7[1-3]|8[1-5])\\d{4})$",
    "possibleLengths": [
      7
    ],
    "types": {
      "MOBILE": {
        "nationalNumberPattern": "^(?:(?:36|5[1-389]|9\\d)\\d{5})$",
        "possibleLengths": [
          7
        ]
      },
      "FIXED": {
        "nationalNumberPattern": "^(?:2(?:2[1-7]|3[0-8]|4[12]|5[1256]|6\\d|7[1-3]|8[1-5])\\d{4})$",
        "possibleLengths": [
          7
        ]
      },
      "TOLL_FREE": {
        "nationalNumberPattern": "^(?:800\\d{4})$",
        "possibleLengths": [
          7
        ]
      },
      "VOIP": {
        "nationalNumberPattern": "^(?:(?:3[3-5]|4[356])\\d{5})$",
        "possibleLengths": [
          7
        ]
      }
    },
    "formats": [
      {
        "pattern": "(\\d{3})(\\d{2})(\\d{2})",
        "format": "$1 $2 $3",
        "leadingDigits": [
          "[2-589]"
        ]
      }
    ]
  }
}
