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

Add Hyperjump JSV to implementations #329

Merged
merged 1 commit into from
Apr 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions _data/validator-libraries-modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
date-draft:
draft: [6, 4]
license: MIT
- name: Hyperjump JSV
url: https://github.com/jdesrosiers/json-schema
notes: "Built for Node.js and browsers. Includes support for custom vocabularies."
date-draft: [2019-09]
draft: [7, 6, 4]
license: MIT
- name: vue-vuelidate-jsonschema
url: https://github.com/mokkabonna/vue-vuelidate-jsonschema
date-draft:
Expand Down Expand Up @@ -184,6 +190,11 @@
license: MIT
- name: Web (Online)
implementations:
- name: Hyperjump JSV
url: https://json-schema.hyperjump.io
date-draft: [2019-09]
draft: [7, 6, 4]
notes: Supports multiple schemas and multiple instances
- name: JSON Schema Validator
url: https://www.jsonschemavalidator.net/
date-draft:
Expand Down
3 changes: 3 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ the utility, and decided on a case-by-case basis.
- JavaScript
- [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.
- [@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)
- [@hyperjump/json-schema-core](https://github.com/jdesrosiers/json-schema-core)
(MIT) Tools for working with schemas that handle identifiers and
references. Build vocabularies and other JSON Schema based tools.

#### Schema to Schema

Expand Down