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 e74cae9 commit 9429da4Copy full SHA for 9429da4
src/Microsoft.OpenApi/Validations/OpenApiValidator.cs
@@ -137,12 +137,6 @@ public void AddWarning(OpenApiValidatorWarning warning)
137
/// <param name="item">The object to be validated</param>
138
public override void Visit(OpenApiParameter item) => Validate(item);
139
140
- /// <summary>
141
- /// Execute validation rules against an <see cref="OpenApiPaths"/>
142
- /// </summary>
143
- /// <param name="item">The object to be validated</param>
144
- public override void Visit(OpenApiPaths item) => Validate(item);
145
-
146
/// <summary>
147
/// Execute validation rules against an <see cref="OpenApiSchema"/>
148
/// </summary>
0 commit comments