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

Commit d20501c

Browse files
authored
Merge pull request #441 from sagold/add/implementation-json-schema-library
Add/implementation json schema library
2 parents 35430f5 + 1ad3d13 commit d20501c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_data/validator-libraries-modern.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@
177177
date-draft: [2019-09, 2020-12]
178178
draft: [7, 6, 4]
179179
license: MIT
180+
- name: JSON Schema Library
181+
url: https://github.com/sagold/json-schema-library
182+
notes: "Built for Node.js and browsers. Customizable json-validator and json-schema utilities for traversal, data generation and validation"
183+
date-draft:
184+
draft: [7, 6, 4]
185+
license: MIT
180186
- name: vue-vuelidate-jsonschema
181187
url: https://github.com/mokkabonna/vue-vuelidate-jsonschema
182188
date-draft:

implementations.md

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

220220
- JavaScript
221221
- [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.
222+
- [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.
222223
- [@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)
223224
- [@hyperjump/json-schema-core](https://github.com/jdesrosiers/json-schema-core)
224225
(MIT) Tools for working with schemas that handle identifiers and

0 commit comments

Comments
 (0)