Skip to content

Commit 8171201

Browse files
Add JSON Schema Kit to tools directory
- Lightweight JS/TS library for JSON Schema creation - Optimized for OpenAI Structured Outputs - Supports Draft 7 and 2020-12 Closes #1725
1 parent 4e1e90a commit 8171201

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

data/tooling-data.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3444,4 +3444,32 @@
34443444
homepage: 'https://github.com/MadhavDhatrak/Blaze4J.git'
34453445
supportedDialects:
34463446
draft: ['4', '6', '7', '2019-09', '2020-12']
3447-
toolingListingNotes: 'Project built under GSoC "25. High-performance Java wrapper for Blaze JSON Schema validator using Java FFM API.'
3447+
toolingListingNotes: 'Project built under GSoC "25. High-performance Java wrapper for Blaze JSON Schema validator using Java FFM API.'
3448+
3449+
- name: JSON Schema Kit
3450+
description: Lightweight JavaScript/TypeScript library for writing concise JSON Schema definitions with helper functions for schema composition, validation, and transformation.
3451+
tooling_types:
3452+
- validator
3453+
- util-general-processing
3454+
- util-schema-to-schema
3455+
languages:
3456+
- JavaScript
3457+
- TypeScript
3458+
environments:
3459+
- Node.js
3460+
- Browser
3461+
- Deno
3462+
dependencies_on_validators: None
3463+
creators: nexxtmove
3464+
maintainers: nexxtmove
3465+
license: MIT
3466+
source_repository_url: https://github.com/nexxtmove/json-schema-kit
3467+
homepage_url: https://github.com/nexxtmove/json-schema-kit
3468+
supported_dialects:
3469+
- draft-07
3470+
- 2020-12
3471+
additional_dialects: []
3472+
bowtie_compliance_testing: false
3473+
tooling_listing_notes: Specialized for OpenAI Structured Outputs and AI-driven schema generation workflows.
3474+
compliance: Supports core features of JSON Schema Draft 7 and Draft 2020-12
3475+
landscape_information: Developer-focused utility library designed for programmatic JSON Schema creation, particularly suited for AI integration and dynamic schema generation use cases.

0 commit comments

Comments
 (0)