{
  "events": [
    {
      "input": {
        "meta": {
          "timestamp": 1532597182604,
          "username": "neo4j",
          "txId": 3,
          "txEventId": 0,
          "txEventsCount": 2,
          "operation": "created",
          "source": {
            "hostname": "neo4j.mycompany.com"
          }
        },
        "payload": {
          "id": "1004",
          "type": "node",
          "after": {
            "labels": [
              "Person",
              "Employee"
            ],
            "properties": {
              "email": "annek@noanswer.org",
              "last_name": "Kretchmar",
              "first_name": "Anne Marie",
              "roles": ["administrator", "accounting"]
            }
          }
        },
        "schema": {
          "properties": {
            "last_name": "String",
            "email": "String",
            "first_name": "String"
          },
          "constraints": [
            {
              "label": "Person",
              "properties": [
                "first_name",
                "last_name"
              ],
              "type": "UNIQUE"
            }
          ]
        }
      },
      "output": {
        "database": "test_neo4j",
        "table": "Employee_Person",
        "type": "insert",
        "ts": 1532597182604,
        "xid": 3,
        "data": {
          "node_id": "1004",
          "email": "annek@noanswer.org",
          "last_name": "Kretchmar",
          "first_name": "Anne Marie",
          "roles": "administrator,accounting",
          "meta_username": "neo4j",
          "meta_tx_id": 3,
          "meta_tx_event_id": 0,
          "meta_tx_events_count": 2,
          "meta_hostname": "neo4j.mycompany.com"
        }
      }
    },
    {
      "input": {
        "meta": {
          "timestamp": 1532597182604,
          "username": "neo4j",
          "txId": 3,
          "txEventId": 0,
          "txEventsCount": 2,
          "operation": "created",
          "source": {
            "hostname": "neo4j.mycompany.com"
          }
        },
        "payload": {
          "id": "123",
          "type": "relationship",
          "label": "KNOWS",
          "start": {
            "labels": [
              "Person"
            ],
            "id": "123",
            "ids": {
              "last_name": "Andrea",
              "first_name": "Santurbano"
            }
          },
          "end": {
            "labels": [
              "Person"
            ],
            "id": "456",
            "ids": {
              "last_name": "Michael",
              "first_name": "Hunger"
            }
          },
          "after": {
            "properties": {
              "since": "2018-04-05T12:34:00[Europe/Berlin]"
            }
          }
        },
        "schema": {
          "properties": {
            "since": "ZonedDateTime"
          },
          "constraints": [
            {
              "label": "KNOWS",
              "properties": [
                "since"
              ],
              "type": "RELATIONSHIP_PROPERTY_EXISTS"
            }
          ]
        }
      },
      "output": {
        "database": "test_neo4j",
        "table": "KNOWS",
        "type": "insert",
        "ts": 1532597182604,
        "xid": 3,
        "data": {
          "node_id": "123",
          "since": "2018-04-05T12:34:00[Europe/Berlin]",
          "start_node_label": "Person",
          "start_node_id": "123",
          "end_node_label": "Person",
          "end_node_id": "456",
          "meta_tx_id": 3,
          "meta_tx_event_id": 0,
          "meta_tx_events_count": 2,
          "meta_hostname": "neo4j.mycompany.com",
          "meta_username": "neo4j"
        }
      }
    }
  ]
}
