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 schema disallows additional properties and the file fails validation due to "Additional properties not allowed...", the entire file is marked as erroring - instead of just the range (in this case lines 17-18) of the additional properties causing the error in the first place.
When a schema disallows additional properties and the file fails validation due to "Additional properties not allowed...", the entire file is marked as erroring - instead of just the range (in this case lines 17-18) of the additional properties causing the error in the first place.
EDIT: Somewhat related to #699.
The text was updated successfully, but these errors were encountered: