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