Describe the Request
Support pattern matching in ObjectTypeFilter so it can be configured via the CLI.
[engine.filter]
name = "object-type"
pattern = "int|list"
This configuration would only transform types with the name int and list.
Sample Code
No response