Fix serialization of the "key" property
[aai/champ.git] / champ-lib / champ-core / src / test / resources / event / vertex-event-envelope-with-key.json
1 {
2     "header": {
3         "timestamp": "20180625T105153Z",
4         "request-id": "013c787f-86e1-42d2-a4f7-e736ed7e6c60",
5         "source-name": "CHAMP",
6         "event-type": "update-notification-raw"
7     },
8     "body": {
9         "timestamp": 1529923913318,
10         "vertex": {
11             "type": "pserver",
12             "properties": {},
13             "object": true,
14             "relationship": false,
15             "key": "1234"
16         },
17         "transaction-id": "013c787f-86e1-42d2-a4f7-e736ed7e6c60"
18     }
19 }