From 8d55769a1acac8c3537faeb3d5614da60106c485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 12 Dec 2022 12:39:25 +0100 Subject: [PATCH] [doc] schema --- doc/hmdl.schema.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/hmdl.schema.json b/doc/hmdl.schema.json index 0799977..f98d7c2 100644 --- a/doc/hmdl.schema.json +++ b/doc/hmdl.schema.json @@ -75,7 +75,7 @@ "items": { "anyOf": [ { - "title": "check kind 'console'", + "title": "notification channel 'console'", "type": "object", "unevaluatedProperties": false, "properties": { @@ -98,7 +98,7 @@ ] }, { - "title": "check kind 'email'", + "title": "notification channel 'email'", "type": "object", "unevaluatedProperties": false, "properties": { @@ -167,7 +167,7 @@ ] }, { - "title": "check kind 'libnotify'", + "title": "notification channel 'libnotify'", "type": "object", "unevaluatedProperties": false, "properties": { @@ -288,7 +288,7 @@ "items": { "anyOf": [ { - "title": "check kind 'console'", + "title": "notification channel 'console'", "type": "object", "unevaluatedProperties": false, "properties": { @@ -311,7 +311,7 @@ ] }, { - "title": "check kind 'email'", + "title": "notification channel 'email'", "type": "object", "unevaluatedProperties": false, "properties": { @@ -380,7 +380,7 @@ ] }, { - "title": "check kind 'libnotify'", + "title": "notification channel 'libnotify'", "type": "object", "unevaluatedProperties": false, "properties": {