Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 62045b0

Browse files
author
Sascha Goldhofer
committed
add: json-schema-library to list of utilities
1 parent dea62dc commit 62045b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

implementations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ the utility, and decided on a case-by-case basis.
216216

217217
- JavaScript
218218
- [json-schema-ref-parser](https://github.com/BigstickCarpet/json-schema-ref-parser) (MIT) Tools for dereferencing non-cyclic schemas, bundling referenced schemas into a single file, and other `$ref` processing.
219+
- [json-schema-library](https://github.com/sagold/json-schema-library) (MIT) - Exposes tools to work with json-schema, including: data creation from json-schema, `$ref` processing, walk through schemas, etc.
219220
- [@cloudflare/json-schema-walker](https://github.com/cloudflare/json-schema-tools/tree/master/workspaces/json-schema-walker) ([JSON Schema Tools](https://github.com/cloudflare/json-schema-tools)), _draft-07, -06, -04, and Cloudflare's Doca extensions_ Walks schemas and runs pre- and post-walk callbacks. Can modify schemas in place. (BSD-3-Clause)
220221
- [@hyperjump/json-schema-core](https://github.com/jdesrosiers/json-schema-core)
221222
(MIT) Tools for working with schemas that handle identifiers and

0 commit comments

Comments
 (0)