Skip to content

Commit 00a32be

Browse files
committed
JA1 changes
1 parent 2cc8d6c commit 00a32be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers/schemas/config.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"title": "To",
6161
"oneOf": [
6262
{
63-
"title": "To, Comma Separated Emails",
63+
"title": "To (comma separated list of emails)",
6464
"type": "string",
6565
"format": "comma-separated-emails"
6666
},
6767
{
68-
"title": "To, Array of Emails",
68+
"title": "To (list of emails)",
6969
"type": "array",
7070
"items": {
7171
"type": "string",

0 commit comments

Comments
 (0)