Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pkg/parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ The package is designed for use both in the main CLI binary and in WebAssembly c
|----------|-----------|-------------|
| `ExtractJSONPathFromValidationError` | `func(err error) []JSONPathInfo` | Extracts JSON path info from a schema validation error |
| `LocateJSONPathInYAML` | `func(yamlContent, jsonPath string) JSONPathLocation` | Maps a JSON path to a line number in YAML text |
| `LocateJSONPathInYAMLWithAdditionalProperties` | `func(yamlContent, jsonPath, errorMessage string) JSONPathLocation` | Maps path with additional-property context |
| `LocateJSONPathForPathInfo` | `func(yamlContent string, info JSONPathInfo) JSONPathLocation` | Maps a `JSONPathInfo` to a line/column in YAML text, handling additional-property errors |

#### Trigger Helpers
Expand Down