[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(
|
"anyOf": list(
|
||||||
map(
|
map(
|
||||||
lambda pair: {
|
lambda pair: {
|
||||||
"title": ("check kind '%s'" % pair[0]),
|
"title": ("notification channel '%s'" % pair[0]),
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"unevaluatedProperties": False,
|
"unevaluatedProperties": False,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue