{
  "events": [
    {
      "meta": {
        "timestamp": 1532597182604,
        "username": "neo4j",
        "tx_id": 3,
        "txEventId": 0,
        "txEventsCount": 2,
        "operation": "created",
        "source": {
          "hostname": "neo4j.mycompany.com"
        }
      },
      "payload": {
        "id": "1004",
        "type": "node",
        "after": {
          "labe0ls": [
            "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"
          }
        ]
      }
    },
    {
      "meta": {
        "timestamp": 1532597182604,
        "username": "neo4j",
        "tx_id": 3,
        "txEventId": 0,
        "txEventsCount": 2,
        "operation": "created",
        "source": {
          "hostname": "neo4j.mycompany.com"
        }
      },
      "payload": {
        "id": "1004",
        "type": "node",
        "after": {
          "labels": [],
          "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"
          }
        ]
      }
    },
    {
      "meta": {
        "timestamp": 1532597182604,
        "username": "neo4j",
        "tx_id": 3,
        "txEventId": 0,
        "txEventsCount": 2,
        "operation": "created",
        "source": {
          "hostname": "neo4j.mycompany.com"
        }
      },
      "payload": {
        "id": "1004",
        "type": "relationship",
        "start": {
          "labels": [],
          "properties__": {
            "email": "annek@noanswer.org",
            "last_name": "Kretchmar"
          }
        }
      },
      "schema": {
        "properties": {
          "last_name": "String",
          "email": "String",
          "first_name": "String"
        },
        "constraints": [
          {
            "label": "Person",
            "properties": [
              "first_name",
              "last_name"
            ],
            "type": "UNIQUE"
          }
        ]
      }
    }
  ]
}
