diff --git a/src/components/models/SchemaRow.astro b/src/components/models/SchemaRow.astro
index 8ff10228218271..8ea1267dbfb6ae 100644
--- a/src/components/models/SchemaRow.astro
+++ b/src/components/models/SchemaRow.astro
@@ -9,10 +9,11 @@ const { node, root } = Astro.props;
class={`py-2 !my-0 !list-none ${root ? "" : "border-l border-l-gray-200 dark:border-l-gray-500 pl-4"}`}
>
{
- node.title ? (
- {node.title}
- ) : (
-
+ (
+
{node.subpath[node.subpath.length - 1]}
{node.parent.fragment?.required?.includes(
node.subpath[node.subpath.length - 1],