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 f040970 commit d05491aCopy full SHA for d05491a
src/Microsoft.OpenApi/Models/OpenApiDocument.cs
@@ -307,7 +307,7 @@ public IOpenApiReferenceable ResolveReference(OpenApiReference reference)
307
switch (reference.Type)
308
{
309
case ReferenceType.Schema:
310
- return this.Components.Schemas[reference.Id]; // These should return OpenApiException if they fail
+ return this.Components.Schemas[reference.Id];
311
312
case ReferenceType.Response:
313
return this.Components.Responses[reference.Id];
0 commit comments