Added SJF4J to JSON Schema Ecosystem (#2158)#2276
Merged
Utkarsh-123github merged 2 commits intoMar 3, 2026
Merged
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Hi @jdesrosiers, please feel free to review this |
jdesrosiers
requested changes
Feb 25, 2026
| source: 'https://github.com/sjf4j-projects/sjf4j' | ||
| homepage: 'https://sjf4j.org' | ||
| supportedDialects: | ||
| draft: ['1', '2', '3', '4', '6', '7', '2019-09', '2020-12'] |
Member
There was a problem hiding this comment.
This doesn't match the draft support listed in the issue.
Contributor
Author
|
Hi @jdesrosiers I have updated the draft |
jdesrosiers
approved these changes
Mar 2, 2026
Utkarsh-123github
approved these changes
Mar 3, 2026
Utkarsh-123github
left a comment
Member
There was a problem hiding this comment.
LGTM🚀
Thanks @waygeance for your efforts and contribution.
|
Congratulations, @waygeance for your first pull request merge in this repository! 🎉🎉. Thanks for your contribution to JSON Schema! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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.yamlfile 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.