[
  {
    "description": "Dot seperated string without a valid TLD",
    "url": "url.notatld"
  },
  {
    "description": "Url with extra chars after a valid TLD",
    "url": "url.comextrachars"
  },
  {
    "description": "Url without dot",
    "url": "urlcom"
  },
  {
    "description": "Url with semicolon but no port number",
    "url": "url.com:"
  }
]