Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _pages/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class="inline-block px-8 py-3 bg-blue-600 text-white text-lg font-semibold round
<h2 class="text-xl font-semibold text-gray-800 dark:text-slate-200 mb-2 ">Standards Compliant</h2>
<p class="text-gray-600 dark:text-slate-200">
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>
(Draft 3, 4, 6 and 7), ensuring predictable and reliable validation.
(Draft 3, 4, 6, 7 and 2019-09), ensuring predictable and reliable validation.
</p>
</div>
<div class="p-6 bg-white dark:bg-slate-700 rounded-2xl shadow">
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1 class="text-3xl md:text-5xl font-bold text-stone-800 dark:text-stone-200">JS
<h2 class="text-xl font-semibold text-gray-800 dark:text-slate-200 mb-2 ">Standards Compliant</h2>
<p class="text-gray-600 dark:text-slate-200">
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>
(Draft 3, 4, 6 and 7), ensuring predictable and reliable validation.
(Draft 3, 4, 6, 7 and 2019-09), ensuring predictable and reliable validation.
</p>
</div>
<div class="p-6 bg-white dark:bg-slate-700 rounded-2xl shadow">
Expand Down