From 7fd0598420fb72ae56ae94c4a3c8c520fe9eacd1 Mon Sep 17 00:00:00 2001 From: Prathamesh Date: Tue, 31 Mar 2026 20:21:29 +0530 Subject: [PATCH] Fixed the 404 Page not found issue --- pages/draft/2020-12/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/draft/2020-12/index.md b/pages/draft/2020-12/index.md index e1a0f30fe..38d229c9b 100644 --- a/pages/draft/2020-12/index.md +++ b/pages/draft/2020-12/index.md @@ -13,9 +13,10 @@ next: url: /draft/2019-09 --- + ### Introduction -The JSON Schema Draft 2020-12 is a comprehensive update to the previous [draft 2019-09](draft/2019-09), addressing feedback and implementation experiences. This draft introduces features to simplify creating and validating JSON schemas. +The JSON Schema Draft 2020-12 is a comprehensive update to the previous [draft 2019-09](\2019-09), addressing feedback and implementation experiences. This draft introduces features to simplify creating and validating JSON schemas. Here's an overview of updates to Draft 2020-12;