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

Commit 67330df

Browse files
adamvosshandrews
authored andcommitted
Moves VoxSupplyChain/json-schema-parser to the correct category
The library is not documented as having anything to do with Hyper-Schema
1 parent c1e9bd7 commit 67330df

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_data/validator-libraries.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,9 @@
179179
url: https://github.com/hoxworth/json-schema
180180
notes: "- *supports draft 4*"
181181
license: MIT
182+
- name: Scala
183+
implementations:
184+
- name: json-schema-parser
185+
url: https://github.com/VoxSupplyChain/json-schema-parser
186+
notes: "- Schema parser and validator, *supports draft 4*"
187+
license: Apache 2.0

implementations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Validators
4646

4747
### Command Line
4848

49+
<!-- To add a validator library, add it in _data/validator-libraries.yml -->
50+
4951
{% for tool in site.data.validator-cli %}
5052
- [{{ tool.name }}]({{ tool.url }}) [draft {{ tool.draft | join: ", draft " }}] ({{ tool.license | join: ", " }}){% if tool.notes %}
5153
- {{ tool.notes }} {% endif %}{% endfor %}
@@ -141,8 +143,6 @@ Hyper-schema handling
141143

142144
- JavaScript
143145
- [Jsonary](http://jsonary.com/) - *supports draft 4* (MIT)
144-
- Scala
145-
- [json-schema-parser](https://github.com/VoxSupplyChain/json-schema-parser) - Schema parser and validator, *supports draft 4* (Apache 2.0)
146146

147147
Documentation generation
148148
------------------------

0 commit comments

Comments
 (0)