codemirror-json-schema icon indicating copy to clipboard operation
codemirror-json-schema copied to clipboard

Incorrect Error Marker Position for Type Mismatch in Nested Array Items

Open ZeekoZhu opened this issue 6 months ago • 0 comments

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.

Image

Expected behavior: The error marker should accurately indicate the position of the mismatched item within the array.

ZeekoZhu avatar Jul 10 '25 03:07 ZeekoZhu