Skip to content

Conversation

@Sourojitbanerjee
Copy link

@Sourojitbanerjee Sourojitbanerjee commented Oct 25, 2025

Change Type

  • Addition

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

- Lightweight JS/TS library for JSON Schema creation
- Optimized for OpenAI Structured Outputs
- Supports Draft 7 and 2020-12

Closes json-schema-org#1725
@github-actions
Copy link

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!

@github-actions
Copy link

github-actions bot commented Oct 25, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

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

@github-actions
Copy link

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
Copy link

codecov bot commented Oct 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4e1e90a) to head (8171201).

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

@github-actions
Copy link

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
@github-actions
Copy link

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!

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.

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🚀

@github-project-automation github-project-automation bot moved this from Ready to review to Changes requested in PR - Triage Group Oct 30, 2025
@jagpreetrahi
Copy link
Contributor

Hi @Sourojitbanerjee , I hope you are doing well!, I would like to suggest some fixes to clear out all the checks correctly.
First problem is you did not passed the required information i .e. kind of changes in PR request.
Second problem related to the validation fails which means, there is an item at index 277 of the tooling-data.yaml file (is not an object) but the JSON Schema expects an object. By resolving this issue, it satisfies the schema and return true and finally the job will pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Changes requested

Development

Successfully merging this pull request may close these issues.

Add JSON Schema Kit in JSON Schema Ecosystem

3 participants