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

Commit 1d3d8e8

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 2506ebe commit 1d3d8e8

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:
@@ -102,7 +102,7 @@
102102
url: https://github.com/eclipse-vertx/vertx-json-schema
103103
notes: Validator for Eclipse Vert.x project JSON types.
104104
date-draft: [2020-12, 2019-09]
105-
draft: [7]
105+
draft: [4, 7]
106106
license: Apache License, Version 2.0
107107
notes: includes custom keywords support, custom dialect support, asynchronous validation
108108
- name: jsonschemafriend
@@ -183,7 +183,7 @@
183183
Kotlin implementation of JSON Schema.
184184
(Currently supports most of Draft 7; see the README for details.
185185
Full compliance with Draft 7 and later drafts in progress.)
186-
date-draft: []
186+
date-draft: [2019-09]
187187
draft: [7]
188188
license: MIT
189189
- name: Perl
@@ -200,7 +200,7 @@
200200
license: "GNU General Public License, Version 1 + The Artistic License 1.0"
201201
- name: JSON::Validator
202202
url: https://github.com/mojolicious/json-validator
203-
date-draft: []
203+
date-draft: [2019-09]
204204
draft: [7, 6, 4]
205205
license: "The Artistic License 2.0 (GPL Compatible)"
206206
- name: JSONSchema::Validator
@@ -212,7 +212,7 @@
212212
implementations:
213213
- name: Opis Json Schema
214214
url: https://github.com/opis/json-schema
215-
date-draft: []
215+
date-draft: [2020-12, 2019-09]
216216
draft: [7, 6]
217217
license: "Apache License 2.0"
218218
- name: Swaggest Json Schema
@@ -260,8 +260,8 @@
260260
implementations:
261261
- name: jsonschema-rs
262262
url: https://github.com/Stranger6667/jsonschema-rs
263-
notes: Fast due to compiling schema into a validation tree
264-
date-draft: []
263+
notes: Fast due to compiling schema into a validation tree; 2019-09 and 2020-12 are partially supported
264+
date-draft: [2019-09, 2020-12]
265265
draft: [7, 6, 4]
266266
license: MIT
267267
- name: Scala

0 commit comments

Comments
 (0)