diff --git a/core/modules/syslog/config/schema/syslog.schema.yml b/core/modules/syslog/config/schema/syslog.schema.yml new file mode 100644 index 0000000..79910c6 --- /dev/null +++ b/core/modules/syslog/config/schema/syslog.schema.yml @@ -0,0 +1,15 @@ +# Schema configuration files for the syslog module. + +syslog.settings: + type: mapping + label: 'Syslog settings' + mapping: + identity: + type: string + label: 'Identity' + facility: + type: string + label: 'Facility' + format: + type: string + label: 'Format'