diff --git a/config/schema/humanstxt.schema.yml b/config/schema/humanstxt.schema.yml
new file mode 100644
index 0000000..5c4960d
--- /dev/null
+++ b/config/schema/humanstxt.schema.yml
@@ -0,0 +1,11 @@
+# Schema for the configuration files of the humanstxt module.
+humanstxt.settings:
+  type: config_object
+  label: 'HumansTxt Settings'
+  mapping:
+    content:
+      type: string
+      label: 'Content of the humans.txt file'
+    display_link:
+      type: boolean
+      label: 'Collects if the module should create a link to the humans.txt file.'
