diff --git a/core/config/schema/core.data_types.schema.yml b/core/config/schema/core.data_types.schema.yml
index 160b526ebd527f4d9efa5eb5082a3f39a9760785..a11eedcbc003cd81c4cd20ca2481681f26096fd9 100644
--- a/core/config/schema/core.data_types.schema.yml
+++ b/core/config/schema/core.data_types.schema.yml
@@ -757,6 +757,16 @@ field.value.float:
       type: float
       label: 'Value'
 
+# Schema for the configuration of the Timestamp field type.
+
+field.value.timestamp:
+  type: mapping
+  label: 'Timestamp value'
+  mapping:
+    value:
+      type: timestamp
+      label: 'Value'
+
 # Text with a text format.
 text_format:
   type: mapping