Fix serialization of the "key" property
[aai/champ.git] / champ-lib / champ-core / src / test / resources / event / vertex-event-envelope-no-key.json
1 {
2     "header": {
3         "request-id": "d9b95d97-ac49-4425-8700-a704fa9fc88b",
4         "timestamp": "20180625T100903Z",
5         "source-name": "CHAMP",
6         "event-type": "update-notification-raw"
7     },
8     "body": {
9         "timestamp": 1529921297261,
10         "vertex": {
11             "type": "pserver",
12             "properties": {},
13             "object": true,
14             "relationship": false,
15             "key": ""
16         },
17         "transaction-id": "d9b95d97-ac49-4425-8700-a704fa9fc88b"
18     }
19 }