Can a web API service in ASP.NET Core with OpenAPI return documents for multiple servers? This seems to be supported in OpenAPI v3, but I can't seem to find a way to do it with ASP.NET Core.
To be clear, I would like to have a single endpoint that could return documents for multiple servers (web APIs conforming to OpenAPI).