From 673f97b7c93e3029c7f0cc1b3d1dc146d2de6fa5 Mon Sep 17 00:00:00 2001 From: Brendan Quinn Date: Fri, 2 Nov 2018 12:07:38 +0200 Subject: [PATCH] Update Python jsonschema version support The linked repo says "Full support for Draft 7, Draft 6, Draft 4 and Draft 3" --- _data/validator-libraries-modern.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index c0e9cc81..525bdf31 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -84,8 +84,8 @@ implementations: - name: jsonschema url: https://github.com/Julian/jsonschema - notes: "Draft-06+ progress: issues [337](https://github.com/Julian/jsonschema/issues/337), [400](https://github.com/Julian/jsonschema/issues/400); branches [draft6](https://github.com/Julian/jsonschema/tree/draft6), [draft7](https://github.com/Julian/jsonschema/tree/draft7)" - draft: [4, 3] + notes: + draft: [7, 6, 4, 3] license: "MIT" - name: Ruby implementations: