|
448 | 448 | toolingListingNotes: 'Built for Node.js and browsers. Includes support for custom vocabularies.'
|
449 | 449 | lastUpdated: '2024-09-04'
|
450 | 450 |
|
| 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 | + |
451 | 488 | - name: '@exodus/schemasafe'
|
452 | 489 | description: 'A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.'
|
453 | 490 | toolingTypes: ['validator']
|
|
870 | 907 | draft: ['4', '6', '7']
|
871 | 908 | lastUpdated: '2022-08-31'
|
872 | 909 |
|
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 |
| - |
890 | 910 | - name: json-everything
|
891 | 911 | description: 'System.Text.Json-based support for all of your JSON needs.'
|
892 | 912 | toolingTypes: ['validator']
|
|
0 commit comments