Skip to content

Commit 67bfb24

Browse files
authored
Update tooling-data.yaml - attempt at complying to constraints.
1 parent 723dd05 commit 67bfb24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/tooling-data.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3425,7 +3425,7 @@
34253425

34263426
- name: 'json-schema-utils'
34273427
description: 'Random utilities to analyze and manipulate JSON Schema'
3428-
toolingTypes: ['validation', 'linter', 'schema-to-types', 'util-general-processing']
3428+
toolingTypes: ['validator', 'linter', 'schema-to-types', 'util-general-processing']
34293429
languages: ['Python']
34303430
maintainers:
34313431
- username: 'zx80'
@@ -3436,11 +3436,11 @@
34363436
source: 'https://github.com/zx80/json-schema-utils'
34373437
homepage: 'https://github.com/zx80/json-schema-utils'
34383438
supportedDialects:
3439-
draft: [1, 2, 3, 4, 5, 6, 7, '2019-09', '2020-12']
3439+
draft: ['1', '2', '3', '4', '5', '6', '7', '2019-09', '2020-12']
34403440

34413441
- name: 'json-model'
34423442
description: 'JSON Model Tools: compilers (C, Python, JavaScript, PL/pgSQL, Java) and exporters (JSON Schema, Pydantic)'
3443-
toolingTypes: 'model-to-schema'
3443+
toolingTypes: ['model-to-schema']
34443444
languages: ['Python']
34453445
maintainers:
34463446
- username: 'clairey-zx81'

0 commit comments

Comments
 (0)