Skip to content

Commit 54ae0bf

Browse files
authored
feat: add @imhonglu/json-schema tool (#1331)
* feat: add @imhonglu/json-schema tool * Removed environment from tool
1 parent 69c8c3c commit 54ae0bf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

data/tooling-data.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,3 +3123,18 @@
31233123
supportedDialects:
31243124
draft: ['2020-12', '7']
31253125
toolingListingNotes: 'JSON Schema Validation for Elixir according to the latest specifications. Supports compile-time schema builds, custom dialects and custom formats.'
3126+
3127+
- name: '@imhonglu/json-schema'
3128+
description: 'The tool supports static type inference for schema definitions and ensures validation based on the JSON-Schema-test-suite.'
3129+
toolingTypes: ['validator']
3130+
languages: ['TypeScript']
3131+
maintainers:
3132+
- name: 'Beom-Ku Jung'
3133+
username: 'imhonglu'
3134+
platform: 'github'
3135+
license: 'MIT'
3136+
source: 'https://github.com/imhonglu/new-wheels/tree/main/libs/json-schema'
3137+
homepage: 'https://github.com/imhonglu/new-wheels/tree/main/libs/json-schema'
3138+
supportedDialects:
3139+
draft: ['2020-12']
3140+
toolingListingNotes: 'Built for Node.js and browsers, it supports static type inference for schema definitions.'

0 commit comments

Comments
 (0)