Skip to content

Commit 806d3bc

Browse files
authored
Merge pull request #157 from mcode/json-schema-notif-to-fix
updated schema; added titles to each possible to format
2 parents a9ee349 + 00a32be commit 806d3bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/helpers/schemas/config.schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@
5858
},
5959
"to": {
6060
"title": "To",
61-
"anyOf": [
61+
"oneOf": [
6262
{
63+
"title": "To (comma separated list of emails)",
6364
"type": "string",
6465
"format": "comma-separated-emails"
6566
},
6667
{
68+
"title": "To (list of emails)",
6769
"type": "array",
6870
"items": {
6971
"type": "string",

0 commit comments

Comments
 (0)