Skip to content

Conversation

@Sahil-Shadwal
Copy link
Contributor

@Sahil-Shadwal Sahil-Shadwal commented Jan 8, 2026

What kind of change does this PR introduce?

Adding a new JSON Schema validator tool to the tooling directory.

Closes #2060

Screenshots/videos:

Screenshot 2026-01-08 at 2 50 22 PM

If relevant, did you update the documentation?

Not applicable - this change only adds a tool entry to the tooling data file.

Summary

This PR adds lua-schema to the JSON Schema tooling directory.

lua-schema is a comprehensive JSON Schema validator for Lua that validates data from JSON instances and equivalent data models (CBOR, Message Pack, UBJSON, or plain Lua). It provides extensive draft support from classical JSON Schema (drafts 1-4) through modern versions (drafts 6, 7, 2019-09, and 2020-12).

Tool Details:

Testing Completed:

  • ✅ Code formatting check passed
  • ✅ Linting passed
  • ✅ Type checking passed
  • ✅ All Cypress tests passed (278/278 tests)
  • ✅ Manually verified on development server

The tool entry has been added to data/tooling-data.yaml in alphabetical order and complies with the schema defined in data/tooling-data.schema.json.

Does this PR introduce a breaking change?

No, this PR only adds a new tool entry and does not modify any existing functionality.

Checklist

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

@Sahil-Shadwal Sahil-Shadwal requested a review from a team as a code owner January 8, 2026 09:24
@github-project-automation github-project-automation bot moved this to Ready to review in PR - Triage Group Jan 8, 2026
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

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

@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (2c94143) to head (3de3a36).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2076   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          633       633           
  Branches       196       196           
=========================================
  Hits           633       633           

☔ 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.

Copy link
Member

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

Choose a reason for hiding this comment

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

LGTM🚀

@Utkarsh-123github Utkarsh-123github merged commit 2bc65d9 into json-schema-org:main Jan 10, 2026
11 checks passed
@github-project-automation github-project-automation bot moved this from Ready to review to Done in PR - Triage Group Jan 10, 2026
@fperrad fperrad mentioned this pull request Jan 10, 2026
1 task
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 lua-schema in JSON Schema Ecosystem

3 participants