Update validation for NotNull items in IncomingMessagesList

This commit is contained in:
Chris Eager
2021-07-27 08:30:57 -05:00
committed by Jon Chambers
parent 3608c5bfb0
commit 13447df1e0
3 changed files with 23 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
{
"messages" : [ {
"type" : 1,
"destinationDeviceId" : 1,
"body" : "Zm9vYmFyego",
"timestamp" : 1234
}, null ]
}