Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]-Add Liquid JSON Schema Editor #1230

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

MadhavDhatrak
Copy link
Contributor

What kind of change does this PR introduce?
This PR adds a new tool, Liquid JSON Schema Editor, to the list of tools. This editor supports graphical JSON Schema editing for multiple drafts and includes validation, documentation generation, and sample generation capabilities.

Issue Number:

Screenshots/videos:

Screenshot 2025-01-02 131027

If relevant, did you update the documentation?

Summary
The Liquid JSON Schema Editor is a feature-rich tool that simplifies the creation and editing of JSON Schemas for multiple drafts, including draft-04, draft-06, draft-07, 2019-09, and 2020-12. It also supports:

  • Graphical editing: Provides an intuitive interface for designing JSON Schemas.
  • Validation: Validates JSON files based on the selected JSON Schema.
  • Documentation generation: Generates JSON Schema documentation.
  • Sample generation: Creates sample JSON files based on the JSON Schema.

Key features of the tool:

  • Developed in C# .Net.
  • Compatible with Microsoft Windows environments.
  • Supports proprietary and freeware licensing.
  • Tooling types include validator, documentation, and editor.
  • Does this PR introduce a breaking change?

Does this PR introduce a breaking change?
No breaking changes introduced. This PR adds a new tool.

@MadhavDhatrak MadhavDhatrak requested a review from a team as a code owner January 2, 2025 07:55
Copy link

github-actions bot commented Jan 2, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

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

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a5db705) to head (c3f675d).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1230   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          373       373           
  Branches        94        94           
=========================================
  Hits           373       373           

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

@MadhavDhatrak
Copy link
Contributor Author

@DhairyaMajmudar Please review the changes

Copy link
Collaborator

@benjagm benjagm left a comment

Choose a reason for hiding this comment

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

LGTM

@benjagm benjagm merged commit 475eb59 into json-schema-org:main Jan 7, 2025
8 checks passed
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.

Liquid JSON Schema Editor
2 participants