Skip to content

Commit 0f9dbf7

Browse files
authored
Added ExtendsClass to list of Validators
Adds ExtendsClass's JSON Schema Validator to list of Online Validators. And adds draft-07 for JSON Schema Lint.
1 parent 98c3e1f commit 0f9dbf7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_data/validator-libraries-modern.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@
134134
draft: [7, 6, 4, 3]
135135
- name: JSON Schema Lint
136136
url: http://jsonschemalint.com/
137-
draft: [6, 4, 3, 2, 1]
137+
draft: [7, 6, 4, 3, 2, 1]
138+
- name: ExtendsClass's JSON Schema Validator
139+
url: https://extendsclass.com/json-schema-validator.html
140+
draft: [7]
138141
- name: Command Line
139142
implementations:
140143
- name: ajv-cli

0 commit comments

Comments
 (0)