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
When a type mismatch occurs for an item within an array field of a nested object, the error marker is currently placed at the beginning of the entire document.
Expected behavior:
The error marker should accurately indicate the position of the mismatched item within the array.