mirror of
https://github.com/netdata/netdata.git
synced 2025-04-27 22:26:21 +00:00
Fix typo in notification schema. (#15588)
This commit is contained in:
parent
c6e954d130
commit
731ea8aa76
1 changed files with 2 additions and 1 deletions
|
@ -7,12 +7,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
"minLength": 1,
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/$defs/entry"
|
"$ref": "#/$defs/entry"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"$def": {
|
"$defs": {
|
||||||
"entry": {
|
"entry": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Data for a single notification method.",
|
"description": "Data for a single notification method.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue