-
-
Notifications
You must be signed in to change notification settings - Fork 322
Add JSON Schema Kit to tools directory #1873
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
base: main
Are you sure you want to change the base?
Add JSON Schema Kit to tools directory #1873
Conversation
- Lightweight JS/TS library for JSON Schema creation - Optimized for OpenAI Structured Outputs - Supports Draft 7 and 2020-12 Closes json-schema-org#1725
|
Hi @Sourojitbanerjee! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
|
Hi @Sourojitbanerjee! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1873 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 30 30
Lines 633 633
Branches 196 196
=========================================
Hits 633 633 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @Sourojitbanerjee! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
1 similar comment
|
Hi @Sourojitbanerjee! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
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.
Hi @Sourojitbanerjee , the changes which you made are incorrect.
tooling_types, languages, environments, supported dialects etc are inserted in form of array.
Please refer to this commit to get a better idea and understanding.
Also please make sure that your PR successfully clears all the checks.
Thank you🚀
|
Hi @Sourojitbanerjee , I hope you are doing well!, I would like to suggest some fixes to clear out all the checks correctly. |
Change Type
Description
Adds JSON Schema Kit to the tools directory - a lightweight JavaScript/TypeScript library providing helper functions for writing concise JSON Schema definitions. Optimized for OpenAI Structured Outputs with utilities for schema composition, validation, and transformation.
Testing
N/A - Tool addition to directory only
Additional Notes
Resolves #1725