[fix] conf doc
This commit is contained in:
parent
8d55769a1a
commit
4934a0829a
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue