Skip to content

Commit 977e8c6

Browse files
committed
Update XML summary
1 parent 33236ad commit 977e8c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Microsoft.OpenApi/Services/ReferenceResolver.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
namespace Microsoft.OpenApi.Services
1414
{
15+
/// <summary>
16+
/// This class is used to wallk an OpenApiDocument and sets the host document of OpenApiReferences
17+
/// and resolves JsonSchema references.
18+
/// </summary>
1519
internal class ReferenceResolver : OpenApiVisitorBase
1620
{
1721
private readonly OpenApiDocument _currentDocument;
@@ -119,7 +123,7 @@ private Dictionary<string, JsonSchema> ResolveJsonSchemas(IDictionary<string, Js
119123
}
120124

121125
/// <summary>
122-
/// Resolves the target to a JSON schema reference by retrieval from Schema registry
126+
/// Resolves the target to a JsonSchema reference by retrieval from Schema registry
123127
/// </summary>
124128
/// <param name="reference">The JSON schema reference.</param>
125129
/// <param name="description">The schema's description.</param>

0 commit comments

Comments
 (0)