[doc] schema
This commit is contained in:
parent
c6d6bdc6f0
commit
8d55769a1a
|
|
@ -75,7 +75,7 @@
|
||||||
"items": {
|
"items": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"title": "check kind 'console'",
|
"title": "notification channel 'console'",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"unevaluatedProperties": false,
|
"unevaluatedProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "check kind 'email'",
|
"title": "notification channel 'email'",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"unevaluatedProperties": false,
|
"unevaluatedProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -167,7 +167,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "check kind 'libnotify'",
|
"title": "notification channel 'libnotify'",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"unevaluatedProperties": false,
|
"unevaluatedProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -288,7 +288,7 @@
|
||||||
"items": {
|
"items": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"title": "check kind 'console'",
|
"title": "notification channel 'console'",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"unevaluatedProperties": false,
|
"unevaluatedProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -311,7 +311,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "check kind 'email'",
|
"title": "notification channel 'email'",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"unevaluatedProperties": false,
|
"unevaluatedProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -380,7 +380,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "check kind 'libnotify'",
|
"title": "notification channel 'libnotify'",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"unevaluatedProperties": false,
|
"unevaluatedProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue