Skip to content

Commit 153299e

Browse files
mdaneribaywet
andauthored
Update src/Microsoft.OpenApi/Models/Interfaces/IOpenApiContentElement.cs
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
1 parent 2cbd5af commit 153299e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ namespace Microsoft.OpenApi;
77
/// </summary>
88
public interface IOpenApiContentElement
99
{
10-
/// <inheritdoc />
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>
1114
IDictionary<string, IOpenApiMediaType>? Content { get; set; }
1215
}
1316

0 commit comments

Comments
 (0)