Skip to content

[deps] Update github.com/santhosh-tekuri/jsonschema/v6 to v6.0.3 - #51187

Merged
pelikhan merged 2 commits into
mainfrom
copilot/update-jsonschema-v6-0-3
Aug 7, 2026
Merged

[deps] Update github.com/santhosh-tekuri/jsonschema/v6 to v6.0.3#51187
pelikhan merged 2 commits into
mainfrom
copilot/update-jsonschema-v6-0-3

Conversation

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Patch bump of the direct Go dependency github.com/santhosh-tekuri/jsonschema/v6 (v6.0.2 → v6.0.3), tracked separately from grouped patch updates because the release ships an additive custom-vocab feature alongside bugfixes.

Changes

  • go.mod / go.sum — bumped to v6.0.3 via go get + go mod tidy. No source changes required; the library's exported API is unchanged for our usage.

Upstream release contents

  • Bugfixes: empty instLocation for propertyNames/contentSchema, instLocation for items/additionalItems, NaN/Inf float validation, email closing-quote check, numeric type check in equals validation.
  • Feature: ref-like property support in custom vocabularies (additive; we do not register custom vocabularies).

Consumers

The library backs schema compilation and validation in pkg/parser (schema_compiler.go, json_path_locator.go) and pkg/workflow (schema_validation.go, schema_utils.go, samples_validation.go, awf_config.go). Reviewers may want to pay attention to instLocation-derived error paths, since those are what json_path_locator.go maps back to frontmatter positions — the upstream instLocation fixes are the most behavior-visible part of this release for us.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update github.com/santhosh-tekuri/jsonschema/v6 from v6.0.2 to v6.0.3 [deps] Update github.com/santhosh-tekuri/jsonschema/v6 to v6.0.3 Aug 7, 2026
Copilot AI requested a review from pelikhan August 7, 2026 20:32
@pelikhan
pelikhan marked this pull request as ready for review August 7, 2026 20:35
Copilot AI balanced review requested due to automatic review settings August 7, 2026 20:35
@pelikhan
pelikhan merged commit d401f73 into main Aug 7, 2026
@pelikhan
pelikhan deleted the copilot/update-jsonschema-v6-0-3 branch August 7, 2026 20:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the JSON Schema validation dependency from v6.0.2 to v6.0.3, incorporating upstream bug fixes and additive custom-vocabulary support.

Changes:

  • Bumps the direct Go dependency to v6.0.3.
  • Refreshes module checksums for the new version.
Show a summary per file
File Description
go.mod Updates the required dependency version.
go.sum Records v6.0.3 module checksums.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deps] Update github.com/santhosh-tekuri/jsonschema/v6 from v6.0.2 to v6.0.3

3 participants