We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98b6d0 commit 1335035Copy full SHA for 1335035
src/Microsoft.OpenApi/Services/OpenApiWalker.cs
@@ -18,6 +18,8 @@ public class OpenApiWalker
18
private readonly OpenApiVisitorBase _visitor;
19
private readonly Stack<OpenApiSchema> _schemaLoop = new Stack<OpenApiSchema>();
20
private readonly Stack<OpenApiPathItem> _pathItemLoop = new Stack<OpenApiPathItem>();
21
+ private Dictionary<string, string> _currentKeys = new Dictionary<string, string>();
22
+
23
private bool _inComponents = false;
24
25
/// <summary>
0 commit comments