{
  "input": {
    "type": "identify",
    "userId": "user-id",
    "timestamp": "2014",
    "traits": {
      "company": "Example",
      "firstName": "john",
      "lastName": "doe",
      "met": "2014-01-01",
      "created": "2013-01-01",
      "phone": "555555",
      "email": "jd@example.com",
      "trait": "some-trait"
    },
    "context": {
      "ip": "0.0.0.0"
    }
  },
  "output": {
    "$distinct_id": "user-id",
    "$token": "89f86c4aa2ce5b74cb47eb5ec95ad1f9",
    "$time": 1388534400000,
    "$set": {
      "company": "Example",
      "$first_name": "john",
      "$last_name": "doe",
      "met": "2014-01-01T00:00:00.000Z",
      "$created": "2013-01-01T00:00:00",
      "$phone": "555555",
      "$email": "jd@example.com",
      "trait": "some-trait",
      "id": "user-id"
    },
    "$ip": "0.0.0.0",
    "$ignore_time": false,
    "mp_lib": "Segment: unknown"
  }
}
