Update to consume and publish events in new format
[aai/champ.git] / champ-service / src / test / resources / event / event-envelope.json
1 {
2   "header": {
3     "request-id": "2253f351-d9b6-4638-9fe3-2c194bee1b29",
4     "timestamp": "20180316T092301Z",
5     "source-name": "CHAMP",
6     "event-type": "db-update-result"
7   },
8   "body": {
9     "operation": "CREATE",
10     "transaction-id": "2253f351-d9b6-4638-9fe3-2c194bee1b29",
11     "timestamp": 1521198075620,
12     "vertex": {
13       "key": "",
14       "schema-version": "v13",
15       "type": "pserver",
16       "properties": {}
17     }
18   }
19 }