Skip to content

Commit 5542981

Browse files
committed
Change OpenApiError OpenApiValidatorError
1 parent 5678b05 commit 5542981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Validations/OpenApiValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public OpenApiValidator(ValidationRuleSet ruleSet = null)
3030
/// <summary>
3131
/// Gets the validation errors.
3232
/// </summary>
33-
public IEnumerable<OpenApiError> Errors
33+
public IEnumerable<OpenApiValidatorError> Errors
3434
{
3535
get
3636
{

0 commit comments

Comments
 (0)