Skip to content

Commit 723dd05

Browse files
authored
Update tooling-data.yaml by adding 2 tools
1 parent e97ceb0 commit 723dd05

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

data/tooling-data.yaml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3421,4 +3421,34 @@
34213421
license: 'BSD'
34223422
source: 'https://github.com/gmr/jsonschema-models'
34233423
supportedDialects:
3424-
draft: ['2020-12']
3424+
draft: ['2020-12']
3425+
3426+
- name: 'json-schema-utils'
3427+
description: 'Random utilities to analyze and manipulate JSON Schema'
3428+
toolingTypes: ['validation', 'linter', 'schema-to-types', 'util-general-processing']
3429+
languages: ['Python']
3430+
maintainers:
3431+
- username: 'zx80'
3432+
platform: 'github'
3433+
- username: 'clairey-zx81'
3434+
platform: 'github'
3435+
license: 'Public Domain'
3436+
source: 'https://github.com/zx80/json-schema-utils'
3437+
homepage: 'https://github.com/zx80/json-schema-utils'
3438+
supportedDialects:
3439+
draft: [1, 2, 3, 4, 5, 6, 7, '2019-09', '2020-12']
3440+
3441+
- name: 'json-model'
3442+
description: 'JSON Model Tools: compilers (C, Python, JavaScript, PL/pgSQL, Java) and exporters (JSON Schema, Pydantic)'
3443+
toolingTypes: 'model-to-schema'
3444+
languages: ['Python']
3445+
maintainers:
3446+
- username: 'clairey-zx81'
3447+
platform: 'github'
3448+
- username: 'zx80'
3449+
platform: 'github'
3450+
license: 'Public Domain'
3451+
source: 'https://github.com/clairey-zx81/json-model'
3452+
homepage: 'https://github.com/clairey-zx81/json-model'
3453+
supportedDialects:
3454+
draft: ['2020-12']

0 commit comments

Comments
 (0)