Skip to content

Commit 2d7dea6

Browse files
authored
Merge pull request #1775 from jdesrosiers/json-schema-coverage
Add @hyperjump/Json-schema-coverage to the tooling page
2 parents 8ea58e7 + 28156ca commit 2d7dea6

File tree

1 file changed

+37
-17
lines changed

1 file changed

+37
-17
lines changed

data/tooling-data.yaml

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

451+
- name: json-schema.hyperjump.io
452+
description: 'Validate JSON Schema documents online using @hyperjump/json-schema'
453+
toolingTypes: ['validator']
454+
environments: ['Web (Online)']
455+
dependsOnValidators: ['https://github.com/hyperjump-io/json-schema']
456+
maintainers:
457+
- name: 'Jason Desrosiers'
458+
username: 'jdesrosiers'
459+
platform: 'github'
460+
license: 'MIT'
461+
source: 'https://github.com/hyperjump-io/json-schema.hyperjump.io'
462+
homepage: 'https://json-schema.hyperjump.io'
463+
supportedDialects:
464+
draft: ['4', '6', '7', '2019-09', '2020-12']
465+
toolingListingNotes: 'Supports multiple schemas and multiple instances; client-side validation'
466+
lastUpdated: '2022-08-31'
467+
468+
- name: '@hyperjump/json-schema-coverage'
469+
description: >
470+
Generate test coverage reports for the JSON Schemas in your codebase.
471+
Supports JSON and YAML. Integrates with Vitest.
472+
toolingTypes: ['util-testing']
473+
languages: ['JavaScript']
474+
maintainers:
475+
- name: 'Jason Desrosiers'
476+
username: 'jdesrosiers'
477+
platform: 'github'
478+
license: 'MIT'
479+
source: 'https://github.com/hyperjump-io/json-schema-coverage'
480+
supportedDialects:
481+
draft: ['4', '6', '7', '2019-09', '2020-12']
482+
toolingListingNotes: >
483+
Designed to be used with or without Vitest. Coverage data uses the istanbul
484+
coverage format. @hyperjump/json-schema is used for validation and
485+
instrumentation.
486+
lastUpdated: '2025-07-21'
487+
451488
- name: '@exodus/schemasafe'
452489
description: 'A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.'
453490
toolingTypes: ['validator']
@@ -870,23 +907,6 @@
870907
draft: ['4', '6', '7']
871908
lastUpdated: '2022-08-31'
872909

873-
- name: json-schema.hyperjump.io
874-
description: 'Validate JSON Schema documents online using @hyperjump/json-schema'
875-
toolingTypes: ['validator']
876-
environments: ['Web (Online)']
877-
dependsOnValidators: ['https://github.com/hyperjump-io/json-schema']
878-
maintainers:
879-
- name: 'Jason Desrosiers'
880-
username: 'jdesrosiers'
881-
platform: 'github'
882-
license: 'MIT'
883-
source: 'https://github.com/hyperjump-io/json-schema.hyperjump.io'
884-
homepage: 'https://json-schema.hyperjump.io'
885-
supportedDialects:
886-
draft: ['4', '6', '7', '2019-09', '2020-12']
887-
toolingListingNotes: 'Supports multiple schemas and multiple instances; client-side validation'
888-
lastUpdated: '2022-08-31'
889-
890910
- name: json-everything
891911
description: 'System.Text.Json-based support for all of your JSON needs.'
892912
toolingTypes: ['validator']

0 commit comments

Comments
 (0)