diff --git a/content/docs/fields/date.mdx b/content/docs/fields/date.mdx
index 66c87a37dc..d05784db74 100644
--- a/content/docs/fields/date.mdx
+++ b/content/docs/fields/date.mdx
@@ -12,6 +12,7 @@ The Date Field component provides a date picker for selecting dates and optional
## With Default Value
+
## Field Schema
A date field is authored as `DateFieldMetadata` (`@object-ui/types`), which is the
diff --git a/content/docs/fields/rich-text.mdx b/content/docs/fields/rich-text.mdx
index 8bfe7787d0..ec35faf913 100644
--- a/content/docs/fields/rich-text.mdx
+++ b/content/docs/fields/rich-text.mdx
@@ -12,6 +12,7 @@ The Rich Text Field component edits formatted text content with markdown or HTML
## HTML Editor
+
## Field Schema
`markdown`, `html` and `richtext` are three field types served by one widget, and each
diff --git a/content/docs/fields/text.mdx b/content/docs/fields/text.mdx
index 3d6f6f77cd..0ea89390e8 100644
--- a/content/docs/fields/text.mdx
+++ b/content/docs/fields/text.mdx
@@ -20,6 +20,7 @@ The Text Field component provides a single-line text input for collecting basic
## Read-Only
+
## Field Schema
A text field is authored as `TextFieldMetadata` (`@object-ui/types`), which is the
diff --git a/content/docs/fields/textarea.mdx b/content/docs/fields/textarea.mdx
index 201ce05999..6b2e86af63 100644
--- a/content/docs/fields/textarea.mdx
+++ b/content/docs/fields/textarea.mdx
@@ -16,6 +16,7 @@ The TextArea Field component provides a multi-line text input for collecting lon
## Required Field
+
## Field Schema
A textarea field is authored as `TextareaFieldMetadata` (`@object-ui/types`), which is