I am upgrading an application from v4.5.4 to V5.9.0 and I am testing the new OpenAPI plugin to see if it can handle my filtering needs. I like what I can do with the filters however I noticed that SchemaFilter
is never called.
I can probably use ApiDeclarationFilter
to achieve want I need however it would be great if SchemaFilter
worked.