{
  "LS": {
    "region": "LS",
    "callingCode": "266",
    "nationalNumberPattern": "^(?:2\\d{7})$",
    "possibleLengths": [
      8
    ],
    "types": {
      "MOBILE": {
        "nationalNumberPattern": "^(?:[56]\\d{7})$",
        "possibleLengths": [
          8
        ]
      },
      "FIXED": {
        "nationalNumberPattern": "^(?:2\\d{7})$",
        "possibleLengths": [
          8
        ]
      },
      "TOLL_FREE": {
        "nationalNumberPattern": "^(?:800[1256]\\d{4})$",
        "possibleLengths": [
          8
        ]
      }
    },
    "formats": [
      {
        "pattern": "(\\d{4})(\\d{4})",
        "format": "$1 $2",
        "leadingDigits": [
          "[2568]"
        ]
      }
    ]
  }
}
