The link module only validates http and https, but not other scheme names such as git or ftp.
In Drupal 7, the validation can be turned of, thereby allowing the input of other scheme names. D7 sites could use this to use other scheme names, which will then not be valid in D8 any more.
Even better would be a option in the field configuration to set which scheme names are valid for this field.