class GovukSchemas::RandomContentGenerator

def govuk_subdomain_url

def govuk_subdomain_url
  host = Faker::Internet.domain_name(subdomain: true, domain: "gov.uk")
  Faker::Internet.url(host:, path: base_path)
end