Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 454c30f

Browse files
authored
Apply suggestion from @baywet
1 parent ce0d61e commit 454c30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.OpenApi/Models/References/OpenApiResponseReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Microsoft.OpenApi
88
/// <summary>
99
/// Response Object Reference.
1010
/// </summary>
11-
public class OpenApiResponseReference : BaseOpenApiReferenceHolder<OpenApiResponse, IOpenApiResponse, OpenApiReferenceWithDescription>, IOpenApiResponse
11+
public class OpenApiResponseReference : BaseOpenApiReferenceHolder<OpenApiResponse, IOpenApiResponse, OpenApiReferenceWithDescriptionAndSummary>, IOpenApiResponse
1212
{
1313
/// <summary>
1414
/// Constructor initializing the reference object.

0 commit comments

Comments
 (0)