-
-
Notifications
You must be signed in to change notification settings - Fork 226
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 @imhonglu/json-schema tool #1331
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1331 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 373 373
Branches 94 94
=========================================
Hits 373 373 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just added a single comment.
data/tooling-data.yaml
Outdated
description: 'The tool supports static type inference for schema definitions and ensures validation based on the JSON-Schema-test-suite.' | ||
toolingTypes: ['validator'] | ||
languages: ['TypeScript'] | ||
environments: ['Web (Online)'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not inform the environments attribute as it has a different purpose.
What kind of change does this PR introduce?
Feature: Added a new tool – @imhonglu/json-schema.
Issue Number:
Screenshots/videos:
Untitled.video.-.Made.with.Clipchamp.mp4
If relevant, did you update the documentation?
Documentation not required as this is a tool addition.
Summary
This PR introduces the @imhonglu/json-schema tool to the platform. It supports static type inference for schema definitions and ensures validation based on the JSON-Schema-test-suite.
Does this PR introduce a breaking change?
No