diff --git a/core/modules/taxonomy/config/taxonomy.schema.yml b/core/modules/taxonomy/config/taxonomy.schema.yml
new file mode 100644
index 0000000..ec9947a
--- /dev/null
+++ b/core/modules/taxonomy/config/taxonomy.schema.yml
@@ -0,0 +1,12 @@
+# Module settings
+taxonomy.settings:
+  type: mapping
+  label: 'Taxonomy settings'
+  mapping:
+    "maintain_index_table":
+      type: boolean
+    "override_selector":
+      type: boolean
+    "terms_per_page_admin":
+      type: integer
+
