Skip to content

Commit b561042

Browse files
4.8.10 async analysis (#32)
* added logs for veryfying async behaviour * added logs for veryfying async behaviour (#26) * added copy email schema and logs * added log for copy email * removed setting of template id * 4.8.10 async analysis (#27) * added logs for veryfying async behaviour * added copy email schema and logs * added log for copy email * removed setting of template id * modified logic for handling cc and bcc values * added code for descriptive error message * 4.8.10 async analysis (#28) * added logs for veryfying async behaviour * added copy email schema and logs * added log for copy email * removed setting of template id * modified logic for handling cc and bcc values * added code for descriptive error message * removed unncecessary logs * 4.8.10 async analysis (#29) * added logs for veryfying async behaviour * added copy email schema and logs * added log for copy email * removed setting of template id * modified logic for handling cc and bcc values * added code for descriptive error message * removed unncecessary logs * removed unnecessary logs * added null handling in notification json schema
1 parent cc1b117 commit b561042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notification-sdk/src/main/resources/schemas/notification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"copyEmail": {
29-
"type": "array",
29+
"type": ["array", "null"],
3030
"items": [
3131
{
3232
"type": "string"

0 commit comments

Comments
 (0)