Skip to content

Commit 027b551

Browse files
committed
Add ajv-cli as a command line validation tool
1 parent eb2c9e2 commit 027b551

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

_data/validator-cli.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- name: ajv-cli
2+
license: MIT
3+
url: https://github.com/jessedc/ajv-cli
4+
draft:
5+
- 4
6+
- 5
7+
- 6

implementations.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ Validators
102102
- [JSON Schema Lint](http://jsonschemalint.com/) - validate against your own schemas
103103
- [SchemaStore.org](http://schemastore.org/validator/) - validate against common JSON Schemas
104104

105+
### Command Line
106+
107+
{% for tool in site.data.validator-cli %}
108+
- [{{ tool.name }}]({{ tool.url }}) - supports draft {{ tool.draft | join: ", draft " }} ({{ tool.license | join: ", " }}){% endfor %}
109+
110+
105111
Validation benchmarks
106112
---------------------
107113

0 commit comments

Comments
 (0)