Inverting Built-in Filters in Schema
is there a way to invert the built in filters in schema? e.g. rather than Schema.pattern(...pattern), I want Schema.not.pattern(...pattern) or something (this is true for a couple of filters, not.startsWith is another example)
