URL field

url({
  label: string;
  defaultValue?: string;
  validation?: {
    isRequired?: IsRequired;
  };
  description?: string;
})