Class SwaggerDefaultValues
- Namespace
- FoundationaLLM.Common.OpenAPI
- Assembly
- FoundationaLLM.Common.dll
Represents the OpenAPI/Swashbuckle operation filter used to document information provided, but not used.
public class SwaggerDefaultValues : IOperationFilter
- Inheritance
-
SwaggerDefaultValues
- Implements
- Inherited Members
- Extension Methods
Remarks
This IOperationFilter is only required due to bugs in the SwaggerGenerator. Once they are fixed and published, this class can be removed.
Methods
Apply(OpenApiOperation, OperationFilterContext)
public void Apply(OpenApiOperation operation, OperationFilterContext context)
Parameters
operation
OpenApiOperationcontext
OperationFilterContext