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": {