We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea10f0 commit 2cbd5afCopy full SHA for 2cbd5af
src/Microsoft.OpenApi/Models/Interfaces/IOpenApiContentElement.cs
@@ -5,7 +5,7 @@ namespace Microsoft.OpenApi;
5
/// <summary>
6
/// Describes an element that has content.
7
/// </summary>
8
-public interface IOpenApiContentElement : IOpenApiReadOnlyContentElement
+public interface IOpenApiContentElement
9
{
10
/// <inheritdoc />
11
IDictionary<string, IOpenApiMediaType>? Content { get; set; }
0 commit comments