This should not be allowed: ```ts { name: { not: { is: "Jane" } } } ``` only this is allowed: ```ts { not: { name: { is: "Jane" } } } ``` Also check for `or` and `and` inside a field name
This should not be allowed:
only this is allowed:
Also check for
orandandinside a field name