summaryrefslogtreecommitdiff
path: root/json/README.md
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-07-02 16:06:14 -0400
committerJulian Berman <Julian@GrayVines.com>2022-07-02 16:06:14 -0400
commit1f1387b583c026aad94417c320144e9d1b11f7e0 (patch)
tree470b5580ef3104b796dd330197bcf5d3cd09c3d8 /json/README.md
parentafc22f09e74d696ab00be8a711bbc5c2a15327b7 (diff)
parent10104f7250d99f6c5225a5aa6ad0975fdbf7d555 (diff)
downloadjsonschema-1f1387b583c026aad94417c320144e9d1b11f7e0.tar.gz
Merge commit '10104f7250d99f6c5225a5aa6ad0975fdbf7d555'
* commit '10104f7250d99f6c5225a5aa6ad0975fdbf7d555': Squashed 'json/' changes from 1047a1aa..b7d13f4b
Diffstat (limited to 'json/README.md')
-rw-r--r--json/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/README.md b/json/README.md
index 250bbb1..1de5391 100644
--- a/json/README.md
+++ b/json/README.md
@@ -265,9 +265,9 @@ Node-specific support is maintained in a [separate repository](https://github.co
### Perl
-* [JSON::Schema::Draft201909](https://github.com/karenetheridge/JSON-Schema-Draft201909)
+* [Test::JSON::Schema::Acceptance](https://github.com/karenetheridge/Test-JSON-Schema-Acceptance) (a wrapper of this test suite)
+* [JSON::Schema::Modern](https://github.com/karenetheridge/JSON-Schema-Modern)
* [JSON::Schema::Tiny](https://github.com/karenetheridge/JSON-Schema-Tiny)
-* [Test::JSON::Schema::Acceptance](https://github.com/karenetheridge/Test-JSON-Schema-Acceptance)
### PHP