Interface IOpenApiSchemaFilter
Namespace: FunctionMonkey.Abstractions.Builders
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IOpenApiSchemaFilter
Methods
| Improve this Doc View SourceApply(OpenApiSchema, IOpenApiSchemaFilterContext)
Declaration
void Apply(OpenApiSchema schema, IOpenApiSchemaFilterContext schemaFilterContext)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenApiSchema | schema | |
| IOpenApiSchemaFilterContext | schemaFilterContext |