|
503 | 503 | toolingListingNotes: 'Built for Cloudflare workers, browsers, and Node.js'
|
504 | 504 | lastUpdated: '2023-02-28'
|
505 | 505 |
|
506 |
| -- name: JSON Schema Library |
| 506 | +- name: json-schema-library |
507 | 507 | description: 'Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation'
|
508 |
| - toolingTypes: ['validator'] |
509 |
| - languages: ['JavaScript'] |
| 508 | + toolingTypes: ['validator', 'util-general-processing'] |
| 509 | + languages: ['TypeScript'] |
510 | 510 | maintainers:
|
511 | 511 | - name: 'Sascha Goldhofer'
|
512 | 512 | username: 'sagold'
|
513 | 513 | platform: 'github'
|
514 | 514 | license: 'MIT'
|
515 | 515 | source: 'https://github.com/sagold/json-schema-library'
|
516 | 516 | supportedDialects:
|
517 |
| - draft: ['7', '6', '4', '2019-09'] |
518 |
| - toolingListingNotes: 'Built for Node.js and browsers. Customizable json-validator and json-schema utilities for traversal, data generation and validation' |
519 |
| - lastUpdated: '2022-08-31' |
| 517 | + draft: ['4', '6', '7', '2019-09', '2020-12'] |
| 518 | + toolingListingNotes: 'Provides tools and utilities for working with JSON Schema - enabling creation, validation, and schema exploration. This library is designed for developers building custom tools around JSON Schema. It runs in both Node and browser environments, prioritizing flexibility and extensibility over minimal memory footprint or raw performance.' |
| 519 | + lastUpdated: '2025-05-07' |
520 | 520 |
|
521 | 521 | - name: djv
|
522 | 522 | description: 'Dynamic JSON Schema Validator - Supports draft-04/06'
|
|
1994 | 1994 | license: 'MIT'
|
1995 | 1995 | source: 'https://github.com/BigstickCarpet/json-schema-ref-parser'
|
1996 | 1996 |
|
1997 |
| -- name: json-schema-library |
1998 |
| - description: 'Exposes tools to work with json-schema, including: data creation from json-schema, `$ref` processing, walk through schemas, etc.' |
1999 |
| - toolingTypes: ['util-general-processing'] |
2000 |
| - languages: ['JavaScript'] |
2001 |
| - maintainers: |
2002 |
| - - name: 'Sascha Goldhofer' |
2003 |
| - username: 'sagold' |
2004 |
| - platform: 'github' |
2005 |
| - license: 'MIT' |
2006 |
| - source: 'https://github.com/sagold/json-schema-library' |
2007 |
| - |
2008 | 1997 | - name: '@cloudflare/json-schema-walker'
|
2009 | 1998 | description: "*draft-07, -06, -04, and Cloudflare's Doca extensions* Walks schemas and runs pre- and post-walk callbacks. Can modify schemas in place."
|
2010 | 1999 | toolingTypes: ['util-general-processing']
|
|
0 commit comments