diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index cfe6e7d86..005012e26 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -3444,4 +3444,34 @@ homepage: 'https://github.com/MadhavDhatrak/Blaze4J.git' supportedDialects: draft: ['4', '6', '7', '2019-09', '2020-12'] - toolingListingNotes: 'Project built under GSoC "25. High-performance Java wrapper for Blaze JSON Schema validator using Java FFM API.' \ No newline at end of file + toolingListingNotes: 'Project built under GSoC "25. High-performance Java wrapper for Blaze JSON Schema validator using Java FFM API.' + +- 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']