After updating the config.json file then we re-ran the command given by you we get this error
docker run --rm -v %cd%/secrets:/secrets airbyte/source-multi-stream-weather-api:dev discover --config /secrets/config.json
this is the output:-
{"type": "LOG", "log": {"level": "FATAL", "message": "[Errno 2] No such file or directory: '/airbyte/integration_code/source_multi_stream_weather_api/schemas/sports.json'\nTraceback (most recent call last):\n File \"/airbyte/integration_code/main.py\", line 13, in <module>\n launch(source, sys.argv[1:])\n File \"/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py\", line 127, in launch\n for message in source_entrypoint.run(parsed_args):\n File \"/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py\", line 112, in run\n catalog = self.source.discover(self.logger, config)\n File \"/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py\", line 72, in discover\n streams = [stream.as_airbyte_stream() for stream in self.streams(config=config)]\n File \"/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py\", line 72, in <listcomp>\n streams = [stream.as_airbyte_stream() for stream in self.streams(config=config)]\n File \"/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/streams/core.py\", line 101, in as_airbyte_stream\n stream = AirbyteStream(name=self.name, json_schema=dict(self.get_json_schema()), supported_sync_modes=[SyncMode.full_refresh])\n File \"/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/streams/core.py\", line 98, in get_json_schema\n return ResourceSchemaLoader(package_name_from_class(self.__class__)).get_schema(self.name)\n File \"/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/utils/schema_helpers.py\", line 124, in get_schema\n raw_file = pkgutil.get_data(self.package_name, schema_filename)\n File \"/usr/local/lib/python3.7/pkgutil.py\", line 637, in get_data\n return loader.get_data(resource_name)\n File \"<frozen importlib._bootstrap_external>\", line 916, in get_data\nFileNotFoundError: [Errno 2] No such file or directory: '/airbyte/integration_code/source_multi_stream_weather_api/schemas/sports.json'"}}
And there is no integration_code folder in my airbyte folder