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
17
17
/// Header Object.
18
18
/// The Header Object follows the structure of the Parameter Object.
19
19
/// </summary>
20
- public class OpenApiHeader : IOpenApiHeader , IOpenApiReferenceable , IOpenApiExtensible
20
+ public class OpenApiHeader : IOpenApiHeader , IOpenApiExtensible
21
21
{
22
22
/// <inheritdoc/>
23
23
public string Description { get ; set ; }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace Microsoft.OpenApi.Models
17
17
/// <summary>
18
18
/// Parameter Object.
19
19
/// </summary>
20
- public class OpenApiParameter : IOpenApiReferenceable , IOpenApiExtensible , IOpenApiParameter
20
+ public class OpenApiParameter : IOpenApiExtensible , IOpenApiParameter
21
21
{
22
22
private bool ? _explode ;
23
23
private ParameterStyle ? _style ;
You can’t perform that action at this time.
0 commit comments