Version 1
[yaffs-website] / web / core / modules / syslog / config / schema / syslog.schema.yml
diff --git a/web/core/modules/syslog/config/schema/syslog.schema.yml b/web/core/modules/syslog/config/schema/syslog.schema.yml
new file mode 100644 (file)
index 0000000..5d2707a
--- /dev/null
@@ -0,0 +1,15 @@
+# Schema for the configuration files of the syslog module.
+
+syslog.settings:
+  type: config_object
+  label: 'Syslog settings'
+  mapping:
+    identity:
+      type: string
+      label: 'Identity'
+    facility:
+      type: string
+      label: 'Facility'
+    format:
+      type: string
+      label: 'Format'