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

Commit d4657c4

Browse files
committed
Update draft support values.
Since I just went through every implementation looking at various things anyway. I might have missed some updates, but hopefully not.
1 parent 7f51e57 commit d4657c4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_data/validator-libraries-modern.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- name: json-schema
4949
url: https://github.com/luposlip/json-schema
5050
date-draft: []
51-
draft: [7]
51+
draft: [4, 6, 7]
5252
license: Apache License, Version 2.0
5353
- name: COM/ActiveX
5454
implementations:
@@ -104,7 +104,7 @@
104104
Validator for Eclipse Vert.x project JSON types.
105105
Includes custom keywords support, custom dialect support, asynchronous validation
106106
date-draft: [2020-12, 2019-09]
107-
draft: [7]
107+
draft: [4, 7]
108108
license: Apache License, Version 2.0
109109
- name: jsonschemafriend
110110
url: https://github.com/jimblackler/jsonschemafriend
@@ -184,7 +184,7 @@
184184
Kotlin implementation of JSON Schema.
185185
(Currently supports most of Draft 7; see the README for details.
186186
Full compliance with Draft 7 and later drafts in progress.)
187-
date-draft: []
187+
date-draft: [2019-09]
188188
draft: [7]
189189
license: MIT
190190
- name: Perl
@@ -201,7 +201,7 @@
201201
license: "GNU General Public License, Version 1 + The Artistic License 1.0"
202202
- name: JSON::Validator
203203
url: https://github.com/mojolicious/json-validator
204-
date-draft: []
204+
date-draft: [2019-09]
205205
draft: [7, 6, 4]
206206
license: "The Artistic License 2.0 (GPL Compatible)"
207207
- name: JSONSchema::Validator
@@ -213,7 +213,7 @@
213213
implementations:
214214
- name: Opis Json Schema
215215
url: https://github.com/opis/json-schema
216-
date-draft: []
216+
date-draft: [2020-12, 2019-09]
217217
draft: [7, 6]
218218
license: "Apache License 2.0"
219219
- name: Swaggest Json Schema
@@ -261,8 +261,8 @@
261261
implementations:
262262
- name: jsonschema-rs
263263
url: https://github.com/Stranger6667/jsonschema-rs
264-
notes: Fast due to compiling schema into a validation tree
265-
date-draft: []
264+
notes: Fast due to compiling schema into a validation tree; 2019-09 and 2020-12 are partially supported
265+
date-draft: [2019-09, 2020-12]
266266
draft: [7, 6, 4]
267267
license: MIT
268268
- name: Scala

0 commit comments

Comments
 (0)