[fix] conf doc

This commit is contained in:
Christian Fraß 2022-12-15 15:48:52 +01:00
parent 8d55769a1a
commit 4934a0829a

View file

@ -66,7 +66,7 @@ def conf_schema_notifications(notification_channel_implementations):
"anyOf": list(
map(
lambda pair: {
"title": ("check kind '%s'" % pair[0]),
"title": ("notification channel '%s'" % pair[0]),
"type": "object",
"unevaluatedProperties": False,
"properties": {