Correct message topology in test JSON
This commit is contained in:
parent
8af939d320
commit
68209f270e
|
@ -1,23 +1,21 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 1,
|
||||
"destinationRegistrationId" : 222,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 2,
|
||||
"destinationRegistrationId" : 333,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 1,
|
||||
"destinationRegistrationId" : 222,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,20 +1,18 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 1,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 3,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 4,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,23 +1,21 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 1,
|
||||
"destinationRegistrationId" : 222,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 2,
|
||||
"destinationRegistrationId" : 333,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 3,
|
||||
"destinationRegistrationId" : 444,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,26 +1,24 @@
|
|||
{
|
||||
"urgent": false,
|
||||
"timestamp": 1234,
|
||||
"messages": [
|
||||
{
|
||||
"type": 1,
|
||||
"destinationDeviceId": 1,
|
||||
"destinationRegistrationId": 222,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
"content": "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"destinationDeviceId": 2,
|
||||
"destinationRegistrationId": 333,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
"content": "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"destinationDeviceId": 3,
|
||||
"destinationRegistrationId": 444,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
"content": "Zm9vYmFyego"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,23 +1,21 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 1,
|
||||
"destinationRegistrationId" : 2222,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 2,
|
||||
"destinationRegistrationId" : 3333,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 3,
|
||||
"destinationRegistrationId" : 4444,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [ {
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 1,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}, null ]
|
||||
}
|
||||
|
|
|
@ -1,23 +1,21 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 1,
|
||||
"destinationRegistrationId" : 222,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 2,
|
||||
"destinationRegistrationId" : 999,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 3,
|
||||
"destinationRegistrationId" : 444,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 1,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [{
|
||||
"type" : 7,
|
||||
"destinationDeviceId" : 1,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"urgent": false,
|
||||
"timestamp": 1234,
|
||||
"messages": [
|
||||
{
|
||||
"type": 1,
|
||||
"destinationDeviceId": 1,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
"content": "Zm9vYmFyego"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"timestamp": 1234,
|
||||
"messages": [
|
||||
{
|
||||
"type": 5,
|
||||
"destinationDeviceId": 1,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
"content": "Zm9vYmFyego"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"timestamp" : 1234,
|
||||
"messages" : [{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 2,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
"content" : "Zm9vYmFyego"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue