{
  "MH": {
    "region": "MH",
    "callingCode": "692",
    "nationalNumberPattern": "^(?:(?:247|528|625)\\d{4})$",
    "possibleLengths": [
      7
    ],
    "types": {
      "MOBILE": {
        "nationalNumberPattern": "^(?:(?:(?:23|54)5|329|45[35-8])\\d{4})$",
        "possibleLengths": [
          7
        ]
      },
      "FIXED": {
        "nationalNumberPattern": "^(?:(?:247|528|625)\\d{4})$",
        "possibleLengths": [
          7
        ]
      },
      "VOIP": {
        "nationalNumberPattern": "^(?:635\\d{4})$",
        "possibleLengths": [
          7
        ]
      }
    },
    "nationalPrefix": "1",
    "formats": [
      {
        "pattern": "(\\d{3})(\\d{4})",
        "format": "$1-$2",
        "leadingDigits": [
          "[2-6]"
        ]
      }
    ]
  }
}
