mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 09:38:34 +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",
|
||||
"minLength": 1,
|
||||
"items": {
|
||||
"$ref": "#/$defs/entry"
|
||||
}
|
||||
}
|
||||
],
|
||||
"$def": {
|
||||
"$defs": {
|
||||
"entry": {
|
||||
"type": "object",
|
||||
"description": "Data for a single notification method.",
|
||||
|
|
Loading…
Add table
Reference in a new issue