You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use Expression constraint on the object's property and object itself will be accessible from inside the expression via this keyword. However, when validating plain arrays instead of objects, we can't access array itself, in this case this has a null value. I think we should also allow entire array to be accessed from inside the expression.