Dotnet
string schema = await repository.GetResponseStringAsync(new ODataRequest {Path = "/Root", ActionName = "GetSchema"}, HttpMethod.Get, cancel);
string schema = await repository.GetResponseStringAsync(new ODataRequest {Path = "/Root", ActionName = "GetSchema"}, HttpMethod.Get, cancel);