You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a schema where each 'to' object needs an 'email' variable, the validation error message will read: Error with sent data: 'email' is a required property
This is difficult to track down in large arrays, and can also be confusing when variable names are reused at different levels of nesting.
It would be better if the message read something like: Error with sent data: 'personalizations.to.1.email' is a required property
The text was updated successfully, but these errors were encountered:
Currently if you have a json object like this:
in a schema where each 'to' object needs an 'email' variable, the validation error message will read:
Error with sent data: 'email' is a required property
This is difficult to track down in large arrays, and can also be confusing when variable names are reused at different levels of nesting.
It would be better if the message read something like:
Error with sent data: 'personalizations.to.1.email' is a required property
The text was updated successfully, but these errors were encountered: