Skip to content

Commit bea10f0

Browse files
mdaneribaywet
andauthored
Update src/Microsoft.OpenApi/Models/OpenApiResponse.cs
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
1 parent 6f5ef96 commit bea10f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Microsoft.OpenApi/Models/OpenApiResponse.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ public class OpenApiResponse : IOpenApiExtensible, IOpenApiResponse, IOpenApiCon
2121
/// <inheritdoc/>
2222
public IDictionary<string, IOpenApiHeader>? Headers { get; set; }
2323

24-
/// <summary>
25-
/// A map containing descriptions of potential response payloads.
26-
/// The key is a media type or media type range and the value describes it.
27-
/// </summary>
24+
/// <inheritdoc/>
2825
public IDictionary<string, IOpenApiMediaType>? Content { get; set; }
2926

3027
/// <inheritdoc/>

0 commit comments

Comments
 (0)