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 2c70dc5 commit 45e3cacCopy full SHA for 45e3cac
src/Microsoft.OpenApi/Validations/Rules/OpenApiDocumentRules.cs
@@ -93,12 +93,12 @@ private void ValidateSchemaReference(OpenApiSchemaReference reference)
93
{
94
if (reference.RecursiveTarget is not null)
95
96
+ // The reference was followed to a valid schema somewhere in the document
97
return;
98
}
99
100
catch (InvalidOperationException ex)
101
- // The reference was followed to a valid schema somewhere in the document
102
context.Enter(segment);
103
context.CreateWarning(ruleName, ex.Message);
104
context.Exit();
0 commit comments