You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenApiWalker class has been designed to encapsulate the logic required to iterate over a portion of the OpenAPI graph of objects. In order to perform work while iterating over the graph, a specialized version of OpenApiVisitorBase can be created to act on nodes in the graph.