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

Added ExtendsClass to list of Validators #281

Merged
merged 1 commit into from
Aug 13, 2019
Merged
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
5 changes: 4 additions & 1 deletion _data/validator-libraries-modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@
draft: [7, 6, 4, 3]
- name: JSON Schema Lint
url: http://jsonschemalint.com/
draft: [6, 4, 3, 2, 1]
draft: [7, 6, 4, 3, 2, 1]
- name: ExtendsClass's JSON Schema Validator
url: https://extendsclass.com/json-schema-validator.html
draft: [7]
- name: Command Line
implementations:
- name: ajv-cli
Expand Down