Skip to content

Commit 0effebe

Browse files
Merge pull request #1830 from zx80/main
Update tooling-data.yaml by adding 2 tools
2 parents 150c4f2 + f288458 commit 0effebe

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

data/tooling-data.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3486,3 +3486,33 @@
34863486
supportedDialects:
34873487
draft: ['2020-12']
34883488
toolingListingNotes: 'SJF4J has passed Bowtie evaluation and provides full Draft 2020-12 support. Validates native Java objects directly without JSON serialization.'
3489+
3490+
- name: 'json-schema-utils'
3491+
description: 'Random utilities to analyze and manipulate JSON Schema'
3492+
toolingTypes: ['validator', 'linter', 'schema-to-types', 'util-general-processing']
3493+
languages: ['Python']
3494+
maintainers:
3495+
- username: 'zx80'
3496+
platform: 'github'
3497+
- username: 'clairey-zx81'
3498+
platform: 'github'
3499+
license: 'Public Domain'
3500+
source: 'https://github.com/zx80/json-schema-utils'
3501+
homepage: 'https://github.com/zx80/json-schema-utils'
3502+
supportedDialects:
3503+
draft: ['1', '2', '3', '4', '5', '6', '7', '2019-09', '2020-12']
3504+
3505+
- name: 'json-model'
3506+
description: 'JSON Model Tools: compilers (C, Python, JavaScript, PL/pgSQL, Java) and exporters (JSON Schema, Pydantic)'
3507+
toolingTypes: ['model-to-schema']
3508+
languages: ['Python']
3509+
maintainers:
3510+
- username: 'clairey-zx81'
3511+
platform: 'github'
3512+
- username: 'zx80'
3513+
platform: 'github'
3514+
license: 'Public Domain'
3515+
source: 'https://github.com/clairey-zx81/json-model'
3516+
homepage: 'https://github.com/clairey-zx81/json-model'
3517+
supportedDialects:
3518+
draft: ['2020-12']

0 commit comments

Comments
 (0)