Validate IP, hostname and url fields in the station configuration schemas

  1. On string fields that are URL ones, we should add a "URL or IPv4/IPv6" pattern as validation.
  2. On string fields that are IP ones, maybe we could add a "hostname or IPv4/IPv6" pattern as validation. Because hostnames can be just a string, we need to explore if such a validation is possible