|
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 | + |
451 | 468 | - name: '@hyperjump/json-schema-coverage'
|
452 | 469 | description: >
|
453 | 470 | Generate test coverage reports for the JSON Schemas in your codebase.
|
|
890 | 907 | draft: ['4', '6', '7']
|
891 | 908 | lastUpdated: '2022-08-31'
|
892 | 909 |
|
893 |
| -- name: json-schema.hyperjump.io |
894 |
| - description: 'Validate JSON Schema documents online using @hyperjump/json-schema' |
895 |
| - toolingTypes: ['validator'] |
896 |
| - environments: ['Web (Online)'] |
897 |
| - dependsOnValidators: ['https://github.com/hyperjump-io/json-schema'] |
898 |
| - maintainers: |
899 |
| - - name: 'Jason Desrosiers' |
900 |
| - username: 'jdesrosiers' |
901 |
| - platform: 'github' |
902 |
| - license: 'MIT' |
903 |
| - source: 'https://github.com/hyperjump-io/json-schema.hyperjump.io' |
904 |
| - homepage: 'https://json-schema.hyperjump.io' |
905 |
| - supportedDialects: |
906 |
| - draft: ['4', '6', '7', '2019-09', '2020-12'] |
907 |
| - toolingListingNotes: 'Supports multiple schemas and multiple instances; client-side validation' |
908 |
| - lastUpdated: '2022-08-31' |
909 |
| - |
910 | 910 | - name: json-everything
|
911 | 911 | description: 'System.Text.Json-based support for all of your JSON needs.'
|
912 | 912 | toolingTypes: ['validator']
|
|
0 commit comments