diff --git a/pages/understanding-json-schema/keywords/index.page.tsx b/pages/understanding-json-schema/keywords/index.page.tsx index 21dbab6c6..1203e8360 100644 --- a/pages/understanding-json-schema/keywords/index.page.tsx +++ b/pages/understanding-json-schema/keywords/index.page.tsx @@ -54,7 +54,7 @@ export default function StaticMarkdownPage({ datas }: { datas: DataObject[] }) { Below is a list of JSON Schema keywords with links to their respective documentation.

-
+
{datas .sort((a: DataObject, b: DataObject) => a.name.localeCompare(b.name)) .map(