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
Copy file name to clipboardExpand all lines: helpers/path_finder.go
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@ package helpers
5
5
6
6
import (
7
7
"fmt"
8
-
"github.com/santhosh-tekuri/jsonschema/v6"
9
8
"strings"
10
9
"unicode"
10
+
11
+
"github.com/santhosh-tekuri/jsonschema/v6"
11
12
)
12
13
13
14
// ExtractJSONPathFromValidationError traverses and processes a ValidationError to construct a JSONPath string representation of its instance location.
0 commit comments