FilterNot

FilterNot

Filter based on other filter, if the other filter passes, this does not, and vice versa

Constructor

new FilterNot()

Source:
Example
{
    "not": {"property": "myProperty", "equals": "someValue"}
}