Skip to content

Commit 9eb5da9

Browse files
docs: Mention draft 6 and 7 support (#11)
1 parent b88ee4e commit 9eb5da9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_pages/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class="inline-block px-8 py-3 bg-blue-600 text-white text-lg font-semibold round
3232
<h2 class="text-xl font-semibold text-gray-800 dark:text-slate-200 mb-2 ">Standards Compliant</h2>
3333
<p class="text-gray-600 dark:text-slate-200">
3434
Implements the official <a href="https://json-schema.org/specification" target="_blank" class="text-blue-600 hover:text-blue-700 dark:text-sky-400 hover:underline dark:hover:text-sky-300">JSON Schema specification</a>
35-
(Draft 3 and 4), ensuring predictable and reliable validation.
35+
(Draft 3, 4, 6 and 7), ensuring predictable and reliable validation.
3636
</p>
3737
</div>
3838
<div class="p-6 bg-white dark:bg-slate-700 rounded-2xl shadow">

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h1 class="text-3xl md:text-5xl font-bold text-stone-800 dark:text-stone-200">JS
113113
<h2 class="text-xl font-semibold text-gray-800 dark:text-slate-200 mb-2 ">Standards Compliant</h2>
114114
<p class="text-gray-600 dark:text-slate-200">
115115
Implements the official <a href="https://json-schema.org/specification" target="_blank" class="text-blue-600 hover:text-blue-700 dark:text-sky-400 hover:underline dark:hover:text-sky-300">JSON Schema specification</a>
116-
(Draft 3 and 4), ensuring predictable and reliable validation.
116+
(Draft 3, 4, 6 and 7), ensuring predictable and reliable validation.
117117
</p>
118118
</div>
119119
<div class="p-6 bg-white dark:bg-slate-700 rounded-2xl shadow">

0 commit comments

Comments
 (0)