Pratap Bhaskar

Results 3 comments of Pratap Bhaskar

@darrelmiller Is there a sample code to dereference the references in the swagger document. We have a requirement where we have to flatten all the members in the response, we...

This solved my requirement ```csharp public class NullReferenceVisitor : OpenApiVisitorBase { public override void Visit(OpenApiSchema schema) { schema.Reference = null; } } ``` Passing this as referencevisitor instance while parsing...

@charliee22 Thank you, increasing the memory allowed to start the kafka connect container