Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 37 additions & 17 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,43 @@
toolingListingNotes: 'Built for Node.js and browsers. Includes support for custom vocabularies.'
lastUpdated: '2024-09-04'

- name: json-schema.hyperjump.io
description: 'Validate JSON Schema documents online using @hyperjump/json-schema'
toolingTypes: ['validator']
environments: ['Web (Online)']
dependsOnValidators: ['https://github.com/hyperjump-io/json-schema']
maintainers:
- name: 'Jason Desrosiers'
username: 'jdesrosiers'
platform: 'github'
license: 'MIT'
source: 'https://github.com/hyperjump-io/json-schema.hyperjump.io'
homepage: 'https://json-schema.hyperjump.io'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
toolingListingNotes: 'Supports multiple schemas and multiple instances; client-side validation'
lastUpdated: '2022-08-31'

- name: '@hyperjump/json-schema-coverage'
description: >
Generate test coverage reports for the JSON Schemas in your codebase.
Supports JSON and YAML. Integrates with Vitest.
toolingTypes: ['util-testing']
languages: ['JavaScript']
maintainers:
- name: 'Jason Desrosiers'
username: 'jdesrosiers'
platform: 'github'
license: 'MIT'
source: 'https://github.com/hyperjump-io/json-schema-coverage'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
toolingListingNotes: >
Designed to be used with or without Vitest. Coverage data uses the istanbul
coverage format. @hyperjump/json-schema is used for validation and
instrumentation.
lastUpdated: '2025-07-21'

- name: '@exodus/schemasafe'
description: 'A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.'
toolingTypes: ['validator']
Expand Down Expand Up @@ -870,23 +907,6 @@
draft: ['4', '6', '7']
lastUpdated: '2022-08-31'

- name: json-schema.hyperjump.io
description: 'Validate JSON Schema documents online using @hyperjump/json-schema'
toolingTypes: ['validator']
environments: ['Web (Online)']
dependsOnValidators: ['https://github.com/hyperjump-io/json-schema']
maintainers:
- name: 'Jason Desrosiers'
username: 'jdesrosiers'
platform: 'github'
license: 'MIT'
source: 'https://github.com/hyperjump-io/json-schema.hyperjump.io'
homepage: 'https://json-schema.hyperjump.io'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
toolingListingNotes: 'Supports multiple schemas and multiple instances; client-side validation'
lastUpdated: '2022-08-31'

- name: json-everything
description: 'System.Text.Json-based support for all of your JSON needs.'
toolingTypes: ['validator']
Expand Down
Loading