0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 09:38:34 +00:00

Fix typo in notification schema. ()

This commit is contained in:
Austin S. Hemmelgarn 2023-07-27 11:22:20 -04:00 committed by GitHub
parent c6e954d130
commit 731ea8aa76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,13 @@
},
{
"type": "array",
"minLength": 1,
"items": {
"$ref": "#/$defs/entry"
}
}
],
"$def": {
"$defs": {
"entry": {
"type": "object",
"description": "Data for a single notification method.",