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 93c468e commit 96e071fCopy full SHA for 96e071f
test/Microsoft.OpenApi.Tests/Walkers/WalkerLocationTests.cs
@@ -28,7 +28,6 @@ public void LocateTopLevelObjects()
28
"#/info",
29
"#/servers",
30
"#/paths",
31
- "#/tags"
32
}, locator.Locations);
33
}
34
@@ -109,7 +108,6 @@ public void LocatePathOperationContentSchema()
109
108
"#/paths/~1test/get/responses/200/content/application~1json",
110
"#/paths/~1test/get/responses/200/content/application~1json/schema",
111
"#/paths/~1test/get/tags",
112
- "#/tags",
113
114
115
@@ -152,7 +150,6 @@ public void WalkDOMWithCycles()
152
150
"#/components",
153
151
"#/components/schemas/loopy",
154
"#/components/schemas/loopy/properties/name",
155
156
157
158
0 commit comments