Skip to content

Commit 6d41957

Browse files
mdaneribaywet
andauthored
Update src/Microsoft.OpenApi/Models/Interfaces/IOpenApiContentElement.cs
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
1 parent 7758a81 commit 6d41957

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Microsoft.OpenApi/Models/Interfaces/IOpenApiContentElement.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ namespace Microsoft.OpenApi;
77
/// </summary>
88
public interface IOpenApiContentElement : IOpenApiReadOnlyContentElement
99
{
10-
/// <summary>
11-
/// A map containing descriptions of potential payloads.
12-
/// The key is a media type or media type range and the value describes it.
13-
/// </summary>
10+
/// <inheritdoc />
1411
IDictionary<string, IOpenApiMediaType>? Content { get; set; }
1512
}
1613

0 commit comments

Comments
 (0)