Fix serialization of update notification payload
[aai/champ.git] / champ-lib / champ-core / src / test / resources / event / event-envelope-no-key.json
1 {
2   "header": {
3     "request-id": "bffbbf77-e6fc-4c5a-af02-2dbe1bef003f",
4     "timestamp": "20180320T164558Z",
5     "source-name": "CHAMP",
6     "event-type": "update-notification-raw"
7   },
8   "body": {
9     "timestamp": 1521564357772,
10     "transaction-id": "bffbbf77-e6fc-4c5a-af02-2dbe1bef003f",
11     "vertex": {
12       "type": "pserver",
13       "properties": {}
14     }
15   }
16 }