{
  "input": {
    "type": "identify",
    "userId": "user-id",
    "timestamp": "2014",
    "traits": {
      "email": "jd@example.com",
      "created": "2014-01-01",
      "trait": true
    }
  },
  "output": {
    "email": "jd@example.com",
    "dataFields": {
      "email": "jd@example.com",
      "created": "2014-01-01T00:00:00.000Z",
      "met": "2014-01-01T00:00:00.000Z",
      "id": "user-id",
      "trait": true
    }
  }
}
