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

Commit b6d3ed1

Browse files
authored
Merge pull request #329 from jdesrosiers/hyperjump-jsv
Add Hyperjump JSV to implementations
2 parents 21373e9 + dabf6b1 commit b6d3ed1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_data/validator-libraries-modern.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
date-draft:
118118
draft: [6, 4]
119119
license: MIT
120+
- name: Hyperjump JSV
121+
url: https://github.com/jdesrosiers/json-schema
122+
notes: "Built for Node.js and browsers. Includes support for custom vocabularies."
123+
date-draft: [2019-09]
124+
draft: [7, 6, 4]
125+
license: MIT
120126
- name: vue-vuelidate-jsonschema
121127
url: https://github.com/mokkabonna/vue-vuelidate-jsonschema
122128
date-draft:
@@ -184,6 +190,11 @@
184190
license: MIT
185191
- name: Web (Online)
186192
implementations:
193+
- name: Hyperjump JSV
194+
url: https://json-schema.hyperjump.io
195+
date-draft: [2019-09]
196+
draft: [7, 6, 4]
197+
notes: Supports multiple schemas and multiple instances
187198
- name: JSON Schema Validator
188199
url: https://www.jsonschemavalidator.net/
189200
date-draft:

implementations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ the utility, and decided on a case-by-case basis.
239239
- JavaScript
240240
- [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.
241241
- [@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)
242+
- [@hyperjump/json-schema-core](https://github.com/jdesrosiers/json-schema-core)
243+
(MIT) Tools for working with schemas that handle identifiers and
244+
references. Build vocabularies and other JSON Schema based tools.
242245

243246
#### Schema to Schema
244247

0 commit comments

Comments
 (0)