Skip to content

Commit

Permalink
feat: add @imhonglu/json-schema tool (#1331)
Browse files Browse the repository at this point in the history
* feat: add @imhonglu/json-schema tool

* Removed environment from tool
  • Loading branch information
Adi-204 authored Jan 19, 2025
1 parent 69c8c3c commit 54ae0bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3123,3 +3123,18 @@
supportedDialects:
draft: ['2020-12', '7']
toolingListingNotes: 'JSON Schema Validation for Elixir according to the latest specifications. Supports compile-time schema builds, custom dialects and custom formats.'

- name: '@imhonglu/json-schema'
description: 'The tool supports static type inference for schema definitions and ensures validation based on the JSON-Schema-test-suite.'
toolingTypes: ['validator']
languages: ['TypeScript']
maintainers:
- name: 'Beom-Ku Jung'
username: 'imhonglu'
platform: 'github'
license: 'MIT'
source: 'https://github.com/imhonglu/new-wheels/tree/main/libs/json-schema'
homepage: 'https://github.com/imhonglu/new-wheels/tree/main/libs/json-schema'
supportedDialects:
draft: ['2020-12']
toolingListingNotes: 'Built for Node.js and browsers, it supports static type inference for schema definitions.'

0 comments on commit 54ae0bf

Please sign in to comment.