Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3486,3 +3486,33 @@
supportedDialects:
draft: ['2020-12']
toolingListingNotes: 'SJF4J has passed Bowtie evaluation and provides full Draft 2020-12 support. Validates native Java objects directly without JSON serialization.'

- name: 'json-schema-utils'
description: 'Random utilities to analyze and manipulate JSON Schema'
toolingTypes: ['validator', 'linter', 'schema-to-types', 'util-general-processing']
languages: ['Python']
maintainers:
- username: 'zx80'
platform: 'github'
- username: 'clairey-zx81'
platform: 'github'
license: 'Public Domain'
source: 'https://github.com/zx80/json-schema-utils'
homepage: 'https://github.com/zx80/json-schema-utils'
supportedDialects:
draft: ['1', '2', '3', '4', '5', '6', '7', '2019-09', '2020-12']

- name: 'json-model'
description: 'JSON Model Tools: compilers (C, Python, JavaScript, PL/pgSQL, Java) and exporters (JSON Schema, Pydantic)'
toolingTypes: ['model-to-schema']
languages: ['Python']
maintainers:
- username: 'clairey-zx81'
platform: 'github'
- username: 'zx80'
platform: 'github'
license: 'Public Domain'
source: 'https://github.com/clairey-zx81/json-model'
homepage: 'https://github.com/clairey-zx81/json-model'
supportedDialects:
draft: ['2020-12']
Loading