File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Microsoft.OpenApi/Models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace Microsoft.OpenApi.Models
1717 /// Header Object.
1818 /// The Header Object follows the structure of the Parameter Object.
1919 /// </summary>
20- public class OpenApiHeader : IOpenApiHeader , IOpenApiReferenceable , IOpenApiExtensible
20+ public class OpenApiHeader : IOpenApiHeader , IOpenApiExtensible
2121 {
2222 /// <inheritdoc/>
2323 public string Description { get ; set ; }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace Microsoft.OpenApi.Models
1717 /// <summary>
1818 /// Parameter Object.
1919 /// </summary>
20- public class OpenApiParameter : IOpenApiReferenceable , IOpenApiExtensible , IOpenApiParameter
20+ public class OpenApiParameter : IOpenApiExtensible , IOpenApiParameter
2121 {
2222 private bool ? _explode ;
2323 private ParameterStyle ? _style ;
You can’t perform that action at this time.
0 commit comments