Skip to content

Commit f42b233

Browse files
committed
Add pajv as a command line validation tool
1 parent 027b551 commit f42b233

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

_data/validator-cli.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
- name: ajv-cli
22
license: MIT
3-
url: https://github.com/jessedc/ajv-cli
3+
url: 'https://github.com/jessedc/ajv-cli'
44
draft:
55
- 4
66
- 5
7-
- 6
7+
- 6
8+
- name: Polyglottal JSON Schema Validator
9+
license: MIT
10+
url: 'https://github.com/json-schema-everywhere/pajv'
11+
draft:
12+
- 4
13+
- 5
14+
- 6
15+
notes: can be used with YAML and many other formats besides JSON

implementations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ Validators
105105
### Command Line
106106

107107
{% for tool in site.data.validator-cli %}
108-
- [{{ tool.name }}]({{ tool.url }}) - supports draft {{ tool.draft | join: ", draft " }} ({{ tool.license | join: ", " }}){% endfor %}
108+
- [{{ tool.name }}]({{ tool.url }}) - supports draft {{ tool.draft | join: ", draft " }} ({{ tool.license | join: ", " }}){% if tool.notes %}
109+
- {{ tool.notes }} {% endif %}{% endfor %}
109110

110111

111112
Validation benchmarks

0 commit comments

Comments
 (0)