aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service/src/test/resources/event/event-envelope.json
blob: 68888c0cc42916b6a882b2d3f3533a919b7c8a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "header": {
    "request-id": "2253f351-d9b6-4638-9fe3-2c194bee1b29",
    "timestamp": "20180316T092301Z",
    "source-name": "CHAMP",
    "event-type": "db-update-result"
  },
  "body": {
    "operation": "CREATE",
    "transaction-id": "2253f351-d9b6-4638-9fe3-2c194bee1b29",
    "timestamp": 1521198075620,
    "vertex": {
      "key": "",
      "schema-version": "v13",
      "type": "pserver",
      "properties": {}
    }
  }
}