0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 22:26:21 +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", "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.",