download_es_specification

in report/download_artifacts.rb [102:109]


    def download_es_specification
      branch = ENV['BRANCH'] || 'main'
      filename = CURRENT_PATH.join('tmp/schema.json')

      url = "https://github.com/elastic/elasticsearch-specification/raw/#{branch}/output/schema/schema.json"
      download_file!(url, filename)
    end