diff --git a/src/helpers/schemas/config.schema.json b/src/helpers/schemas/config.schema.json index 02b80470..be659c9c 100644 --- a/src/helpers/schemas/config.schema.json +++ b/src/helpers/schemas/config.schema.json @@ -58,12 +58,14 @@ }, "to": { "title": "To", - "anyOf": [ + "oneOf": [ { + "title": "To (comma separated list of emails)", "type": "string", "format": "comma-separated-emails" }, { + "title": "To (list of emails)", "type": "array", "items": { "type": "string",