Skip to content

Added SJF4J to JSON Schema Ecosystem (#2158)#2276

Merged
Utkarsh-123github merged 2 commits into
json-schema-org:mainfrom
waygeance:add-sjf4j-tooling
Mar 3, 2026
Merged

Added SJF4J to JSON Schema Ecosystem (#2158)#2276
Utkarsh-123github merged 2 commits into
json-schema-org:mainfrom
waygeance:add-sjf4j-tooling

Conversation

@waygeance

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Feature addition — adds the SJF4J tool to the JSON Schema Ecosystem tooling list.

Issue Number:

Screenshots/videos:

Screenshot from 2026-02-25 13-56-48

If relevant, did you update the documentation?

No separate documentation was updated. The tooling entry has been added to the ecosystem data file with all relevant metadata, including repository and homepage links.

Summary

This PR adds SJF4J (Simple JSON Facade for Java) to the JSON Schema Ecosystem.

SJF4J is a Java library that provides full support for JSON Schema Draft 2020-12 and allows validation of native Java object models such as POJOs, Maps, and Lists without requiring serialization to JSON.

The tool has passed Bowtie compliance evaluation and supports multiple JSON Schema drafts. This change updates the tooling-data.yaml file to include SJF4J with its metadata such as tooling type (validator), supported dialects, license (MIT), and source repository.

This resolves issue #2158.

Does this PR introduce a breaking change?

No. This PR only adds a new tooling entry and does not modify existing functionality.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@waygeance waygeance requested a review from a team as a code owner February 25, 2026 08:39
@github-project-automation github-project-automation Bot moved this to Ready to review in PR - Triage Group Feb 25, 2026
@github-actions

github-actions Bot commented Feb 25, 2026

Copy link
Copy Markdown
built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 5345e69

@codecov

codecov Bot commented Feb 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e2c5706) to head (5345e69).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2276   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          672       672           
  Branches       211       211           
=========================================
  Hits           672       672           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@waygeance

Copy link
Copy Markdown
Contributor Author

Hi @jdesrosiers, please feel free to review this ☺️

Comment thread data/tooling-data.yaml Outdated
source: 'https://github.com/sjf4j-projects/sjf4j'
homepage: 'https://sjf4j.org'
supportedDialects:
draft: ['1', '2', '3', '4', '6', '7', '2019-09', '2020-12']

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This doesn't match the draft support listed in the issue.

@github-project-automation github-project-automation Bot moved this from Ready to review to Changes requested in PR - Triage Group Feb 25, 2026
@waygeance

Copy link
Copy Markdown
Contributor Author

Hi @jdesrosiers I have updated the draft ☺️

@Utkarsh-123github Utkarsh-123github left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM🚀
Thanks @waygeance for your efforts and contribution.

@Utkarsh-123github Utkarsh-123github merged commit dbfd6ea into json-schema-org:main Mar 3, 2026
10 checks passed
@github-project-automation github-project-automation Bot moved this from Changes requested to Done in PR - Triage Group Mar 3, 2026
@github-actions

github-actions Bot commented Mar 3, 2026

Copy link
Copy Markdown

Congratulations, @waygeance for your first pull request merge in this repository! 🎉🎉. Thanks for your contribution to JSON Schema!

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

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add SJF4J in JSON Schema Ecosystem

3 participants