1{
2  "object_kind": "note",
3  "user": {
4    "id": 42,
5    "name": "User1",
6    "username": "user1",
7    "email": "user1@example.com",
8    "avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40\u0026d=identicon"
9  },
10  "project_id": 5,
11  "project":{
12    "id": 5,
13    "name":"Gitlab Test",
14    "description":"Aut reprehenderit ut est.",
15    "web_url":"http://example.com/gitlab-org/gitlab-test",
16    "avatar_url":null,
17    "git_ssh_url":"git@example.com:gitlab-org/gitlab-test.git",
18    "git_http_url":"http://example.com/gitlab-org/gitlab-test.git",
19    "namespace":"Gitlab Org",
20    "visibility_level":10,
21    "path_with_namespace":"gitlab-org/gitlab-test",
22    "default_branch":"master",
23    "homepage":"http://example.com/gitlab-org/gitlab-test",
24    "url":"http://example.com/gitlab-org/gitlab-test.git",
25    "ssh_url":"git@example.com:gitlab-org/gitlab-test.git",
26    "http_url":"http://example.com/gitlab-org/gitlab-test.git"
27  },
28  "repository":{
29    "name": "Gitlab Test",
30    "url": "http://localhost/gitlab-org/gitlab-test.git",
31    "description": "Aut reprehenderit ut est.",
32    "homepage": "http://example.com/gitlab-org/gitlab-test"
33  },
34  "object_attributes": {
35    "id": 1244,
36    "note": "This MR needs work.",
37    "noteable_type": "MergeRequest",
38    "author_id": 1,
39    "created_at": "2015-05-17 18:21:36 UTC",
40    "updated_at": "2015-05-17 18:21:36 UTC",
41    "project_id": 5,
42    "attachment": null,
43    "line_code": null,
44    "commit_id": "",
45    "noteable_id": 7,
46    "system": false,
47    "st_diff": null,
48    "url": "http://example.com/gitlab-org/gitlab-test/merge_requests/1#note_1244"
49  },
50  "merge_request": {
51    "id": 7,
52    "target_branch": "markdown",
53    "source_branch": "master",
54    "source_project_id": 5,
55    "author_id": 8,
56    "assignee_id": 28,
57    "title": "Tempora et eos debitis quae laborum et.",
58    "created_at": "2015-03-01 20:12:53 UTC",
59    "updated_at": "2015-03-21 18:27:27 UTC",
60    "milestone_id": 11,
61    "state": "opened",
62    "merge_status": "cannot_be_merged",
63    "target_project_id": 5,
64    "iid": 1,
65    "description": "Et voluptas corrupti assumenda temporibus. Architecto cum animi eveniet amet asperiores. Vitae numquam voluptate est natus sit et ad id.",
66    "position": 0,
67    "source":{
68      "name":"Gitlab Test",
69      "description":"Aut reprehenderit ut est.",
70      "web_url":"http://example.com/gitlab-org/gitlab-test",
71      "avatar_url":null,
72      "git_ssh_url":"git@example.com:gitlab-org/gitlab-test.git",
73      "git_http_url":"http://example.com/gitlab-org/gitlab-test.git",
74      "namespace":"Gitlab Org",
75      "visibility_level":10,
76      "path_with_namespace":"gitlab-org/gitlab-test",
77      "default_branch":"master",
78      "homepage":"http://example.com/gitlab-org/gitlab-test",
79      "url":"http://example.com/gitlab-org/gitlab-test.git",
80      "ssh_url":"git@example.com:gitlab-org/gitlab-test.git",
81      "http_url":"http://example.com/gitlab-org/gitlab-test.git"
82    },
83    "target": {
84      "name":"Gitlab Test",
85      "description":"Aut reprehenderit ut est.",
86      "web_url":"http://example.com/gitlab-org/gitlab-test",
87      "avatar_url":null,
88      "git_ssh_url":"git@example.com:gitlab-org/gitlab-test.git",
89      "git_http_url":"http://example.com/gitlab-org/gitlab-test.git",
90      "namespace":"Gitlab Org",
91      "visibility_level":10,
92      "path_with_namespace":"gitlab-org/gitlab-test",
93      "default_branch":"master",
94      "homepage":"http://example.com/gitlab-org/gitlab-test",
95      "url":"http://example.com/gitlab-org/gitlab-test.git",
96      "ssh_url":"git@example.com:gitlab-org/gitlab-test.git",
97      "http_url":"http://example.com/gitlab-org/gitlab-test.git"
98    },
99    "last_commit": {
100      "id": "562e173be03b8ff2efb05345d12df18815438a4b",
101      "message": "Merge branch 'another-branch' into 'master'\n\nCheck in this test\n",
102      "timestamp": "2015-04-08T21:00:25-07:00",
103      "url": "http://example.com/gitlab-org/gitlab-test/commit/562e173be03b8ff2efb05345d12df18815438a4b",
104      "author": {
105        "name": "John Smith",
106        "email": "john@example.com"
107      }
108    },
109    "work_in_progress": false,
110    "assignee": {
111      "id": 16,
112      "name": "User1",
113      "username": "user1",
114      "email": "user1@example.com",
115      "avatar_url": "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=40\u0026d=identicon"
116    }
117  }
118}
119