Skip to content

Commit 579639e

Browse files
author
Sascha Goldhofer
committed
update: tooling data of json-schema library to latest version
1 parent cfa687f commit 579639e

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

data/tooling-data.yaml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -503,20 +503,20 @@
503503
toolingListingNotes: 'Built for Cloudflare workers, browsers, and Node.js'
504504
lastUpdated: '2023-02-28'
505505

506-
- name: JSON Schema Library
506+
- name: json-schema-library
507507
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']
510510
maintainers:
511511
- name: 'Sascha Goldhofer'
512512
username: 'sagold'
513513
platform: 'github'
514514
license: 'MIT'
515515
source: 'https://github.com/sagold/json-schema-library'
516516
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'
520520

521521
- name: djv
522522
description: 'Dynamic JSON Schema Validator - Supports draft-04/06'
@@ -1994,17 +1994,6 @@
19941994
license: 'MIT'
19951995
source: 'https://github.com/BigstickCarpet/json-schema-ref-parser'
19961996

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-
20081997
- name: '@cloudflare/json-schema-walker'
20091998
description: "*draft-07, -06, -04, and Cloudflare's Doca extensions* Walks schemas and runs pre- and post-walk callbacks. Can modify schemas in place."
20101999
toolingTypes: ['util-general-processing']

0 commit comments

Comments
 (0)