diff --git a/core/modules/field/config/schema/field.schema.yml b/core/modules/field/config/schema/field.schema.yml
index 42db94841bb3b759b37eb98ec41135e8bdea0fb2..66a14445ab1fe0d422d1a4213247095d55f2b437 100644
--- a/core/modules/field/config/schema/field.schema.yml
+++ b/core/modules/field/config/schema/field.schema.yml
@@ -47,9 +47,6 @@ field.field.*.*:
     translatable:
       type: boolean
       label: 'Translatable'
-    active:
-      type: boolean
-      label: 'Active'
     indexes:
       type: sequence
       label: 'Indexes'
@@ -82,6 +79,9 @@ field.instance.*.*.*:
     field_name:
       type: string
       label: 'Field name'
+    entity_type:
+      type: string
+      label: 'Entity type'
     bundle:
       type: string
       label: 'Bundle'
@@ -104,29 +104,6 @@ field.instance.*.*.*:
     field_type:
       type: string
       label: 'Field type'
-    entity_type:
-      type: string
-      label: 'Entity type'
-    widget:
-      type: mapping
-      label: 'Field instance'
-      mapping:
-        weight:
-          type: integer
-          label: 'Weight'
-        type:
-          type: string
-          label: 'Type'
-        module:
-          type: string
-          label: 'Module'
-        settings:
-          type: mapping
-          label: 'Settings'
-          mapping:
-            size:
-              type: integer
-              label: 'Size'
 
 entity_form_display.field.hidden:
   type: entity_field_form_display_base
diff --git a/core/modules/field/tests/modules/field_test_config/config/field.instance.entity_test.entity_test.field_test_import_2.yml b/core/modules/field/tests/modules/field_test_config/config/field.instance.entity_test.entity_test.field_test_import_2.yml
index 942f0818ce3a06ee45cf48dcc276706f37d2e96a..35d694ab52a39acb401ba351b2bdb119c1af66d6 100644
--- a/core/modules/field/tests/modules/field_test_config/config/field.instance.entity_test.entity_test.field_test_import_2.yml
+++ b/core/modules/field/tests/modules/field_test_config/config/field.instance.entity_test.entity_test.field_test_import_2.yml
@@ -10,10 +10,4 @@ default_value: {  }
 default_value_function: ''
 settings:
   text_processing: 0
-widget:
-  weight: -2
-  type: text_textfield
-  module: text
-  settings:
-    size: 60
 field_type: text
diff --git a/core/modules/field/tests/modules/field_test_config/config/field.instance.entity_test.test_bundle.field_test_import_2.yml b/core/modules/field/tests/modules/field_test_config/config/field.instance.entity_test.test_bundle.field_test_import_2.yml
index f0b84d5ae7c5dee37713bf43fd1f4db070b428e1..440536e2c5543106ec391d6fd447fe1310ddedde 100644
--- a/core/modules/field/tests/modules/field_test_config/config/field.instance.entity_test.test_bundle.field_test_import_2.yml
+++ b/core/modules/field/tests/modules/field_test_config/config/field.instance.entity_test.test_bundle.field_test_import_2.yml
@@ -10,10 +10,4 @@ default_value: {  }
 default_value_function: ''
 settings:
   text_processing: 0
-widget:
-  weight: -2
-  type: text_textfield
-  module: text
-  settings:
-    size: 60
 field_type: text
diff --git a/core/modules/field/tests/modules/field_test_config/staging/field.instance.entity_test.test_bundle.field_test_import_staging_2.yml b/core/modules/field/tests/modules/field_test_config/staging/field.instance.entity_test.test_bundle.field_test_import_staging_2.yml
index d412b3289efaddcd0b29633fba92dd8a11baffbb..2d5e1ae63144f60f5ee493a68a07870e94794cd5 100644
--- a/core/modules/field/tests/modules/field_test_config/staging/field.instance.entity_test.test_bundle.field_test_import_staging_2.yml
+++ b/core/modules/field/tests/modules/field_test_config/staging/field.instance.entity_test.test_bundle.field_test_import_staging_2.yml
@@ -12,10 +12,4 @@ default_value: {  }
 default_value_function: ''
 settings:
   text_processing: '0'
-widget:
-  weight: '-2'
-  type: text_textfield
-  module: text
-  settings:
-    size: '60'
 field_type: text
diff --git a/core/modules/field/tests/modules/field_test_config/staging/field.instance.entity_test.test_bundle_2.field_test_import_staging_2.yml b/core/modules/field/tests/modules/field_test_config/staging/field.instance.entity_test.test_bundle_2.field_test_import_staging_2.yml
index 675e7c09acbd6929e2cecab8accb9ff66bfd6524..4edfbf6354894c5f522fc59fafcc5920ee11e3b0 100644
--- a/core/modules/field/tests/modules/field_test_config/staging/field.instance.entity_test.test_bundle_2.field_test_import_staging_2.yml
+++ b/core/modules/field/tests/modules/field_test_config/staging/field.instance.entity_test.test_bundle_2.field_test_import_staging_2.yml
@@ -12,10 +12,4 @@ default_value: {  }
 default_value_function: ''
 settings:
   text_processing: '0'
-widget:
-  weight: '-2'
-  type: text_textfield
-  module: text
-  settings:
-    size: '60'
 field_type: text