Skip to content

Commit 5072263

Browse files
authored
Merge pull request json-schema-org#137 from adamvoss/command-line-validators
Command line validators
2 parents 3012392 + 96477a0 commit 5072263

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

_data/validator-cli.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- name: ajv-cli
2+
license: MIT
3+
url: 'https://www.npmjs.com/package/ajv-cli'
4+
draft:
5+
- 4
6+
- 5
7+
- 6
8+
- name: Polyglottal JSON Schema Validator
9+
license: MIT
10+
url: 'https://www.npmjs.com/package/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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ Validators
4444
- [JSON Schema Lint](http://jsonschemalint.com/) - validate against your own schemas
4545
- [SchemaStore.org](http://schemastore.org/validator/) - validate against common JSON Schemas
4646

47+
### Command Line
48+
49+
{% for tool in site.data.validator-cli %}
50+
- [{{ tool.name }}]({{ tool.url }}) [draft {{ tool.draft | join: ", draft " }}] ({{ tool.license | join: ", " }}){% if tool.notes %}
51+
- {{ tool.notes }} {% endif %}{% endfor %}
52+
53+
4754
Validation benchmarks
4855
---------------------
4956

0 commit comments

Comments
 (0)