From 3021bcad1ecb102f73dda757e91cf38b1cbd8307 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Fri, 5 Apr 2024 18:09:24 -0400 Subject: [PATCH] Changed defs to $defs in compatibility.md --- doc/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/compatibility.md b/doc/compatibility.md index 135c38dce..0acfe0f56 100644 --- a/doc/compatibility.md +++ b/doc/compatibility.md @@ -39,6 +39,7 @@ The following are the tests results after running the [JSON Schema Test Suite](h | Keyword | Draft 4 | Draft 6 | Draft 7 | Draft 2019-09 | Draft 2020-12 | |:---------------------------|:-------:|:-------:|:-------:|:-------------:|:-------------:| | $anchor | 🚫 | 🚫 | 🚫 | 🟢 | 🟢 | +| $defs | 🚫 | 🚫 | 🚫 | 🟢 | 🟢 | | $dynamicAnchor | 🚫 | 🚫 | 🚫 | 🚫 | 🟢 | | $dynamicRef | 🚫 | 🚫 | 🚫 | 🚫 | 🟢 | | $id | 🟢 | 🟢 | 🟢 | 🟢 | 🟢 | @@ -56,7 +57,6 @@ The following are the tests results after running the [JSON Schema Test Suite](h | contentMediaType | 🚫 | 🚫 | 🟢 | 🟢 | 🟢 | | contentSchema | 🚫 | 🚫 | 🚫 | 🟢 | 🟢 | | definitions | 🟢 | 🟢 | 🟢 | 🚫 | 🚫 | -| defs | 🚫 | 🚫 | 🚫 | 🟢 | 🟢 | | dependencies | 🟢 | 🟢 | 🟢 | 🚫 | 🚫 | | dependentRequired | 🚫 | 🚫 | 🚫 | 🟢 | 🟢 | | dependentSchemas | 🚫 | 🚫 | 🚫 | 🟢 | 🟢 |