Skip to content

Commit ac9690d

Browse files
committed
Add @hyperjump/json-schema-coverage to tooling
1 parent 8ea58e7 commit ac9690d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

data/tooling-data.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,26 @@
448448
toolingListingNotes: 'Built for Node.js and browsers. Includes support for custom vocabularies.'
449449
lastUpdated: '2024-09-04'
450450

451+
- name: '@hyperjump/json-schema-coverage'
452+
description: >
453+
Generate test coverage reports for the JSON Schemas in your codebase.
454+
Supports JSON and YAML. Integrates with Vitest.
455+
toolingTypes: ['util-testing']
456+
languages: ['JavaScript']
457+
maintainers:
458+
- name: 'Jason Desrosiers'
459+
username: 'jdesrosiers'
460+
platform: 'github'
461+
license: 'MIT'
462+
source: 'https://github.com/hyperjump-io/json-schema-coverage'
463+
supportedDialects:
464+
draft: ['4', '6', '7', '2019-09', '2020-12']
465+
toolingListingNotes: >
466+
Designed to be used with or without Vitest. Coverage data uses the istanbul
467+
coverage format. @hyperjump/json-schema is used for validation and
468+
instrumentation.
469+
lastUpdated: '2025-07-21'
470+
451471
- name: '@exodus/schemasafe'
452472
description: 'A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.'
453473
toolingTypes: ['validator']

0 commit comments

Comments
 (0)