Ideally we'd ensure that an incoming filter is a string, but some
clients, such as the CLI, don't have a good way to require this without
it being very onerous to the user.
Eventually we can handle this via allowing the plugin to declare a
schema and perform type validation in the handler, but for now, work
around this within the plugin.
Ideally we'd ensure that an incoming filter is a string, but some clients, such as the CLI, don't have a good way to require this without it being very onerous to the user.
Eventually we can handle this via allowing the plugin to declare a schema and perform type validation in the handler, but for now, work around this within the plugin.