diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index bdfb9028d..3cb2df3e2 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -3232,6 +3232,36 @@ homepage: 'https://github.com/voxpupuli/json-schema/' supportedDialects: draft: ['1', '2', '3', '4', '6'] - - +- name: 'json-schema-utils' + description: 'Random utilities to analyze and manipulate JSON Schema' + toolingTypes: ['validation', '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'] + additional: + - name: 'next' + source: 'https://json-schema.org/specification-links#latest-snapshot-(work-in-progress)' + +- name: 'json-model' + description: 'JSON Model Tools' + 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'] \ No newline at end of file