Fix typo in notification schema. (#15588)
Austin S. Hemmelgarn committed
Jul 27, 2023 at 11:22 UTC
731ea8aa76d8807daa510a07b44387e338227bd5
1 file changed
+2
-1
integrations/schemas/notification.json
+2
-1
@@ -7,12 +7,13 @@
7
},
8
{
9
"type": "array",
10
+ "minLength": 1,
11
"items": {
12
"$ref": "#/$defs/entry"
13
}
14
}
15
],
15
- "$def": {
16
+ "$defs": {
17
"entry": {
18
"type": "object",
19
"description": "Data for a single notification method.",