diff --git a/core/modules/views/config/schema/views.sort.schema.yml b/core/modules/views/config/schema/views.sort.schema.yml
index e61c3d2..264f2c1 100644
--- a/core/modules/views/config/schema/views.sort.schema.yml
+++ b/core/modules/views/config/schema/views.sort.schema.yml
@@ -35,7 +35,7 @@ views.sort_expose.boolean:
   label: 'Boolean sort expose settings'
 
 views.sort_expose.date:
-  type: views_sort_expose
+  type: views.sort_expose.standard
   label: 'Date sort expose settings'
 
 views.sort_expose.standard:
diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml
index db16bcb..4c8422c 100644
--- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml
+++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml
@@ -83,6 +83,10 @@ display:
           field: created
           id: created
           table: node_field_data
+          exposed: true
+          expose:
+            label: 'Date Created'
+            order: ASC
           plugin_id: date
           entity_type: node
           entity_field: created
