@@ -16,26 +16,26 @@ We're replacing the `user_id` attribute with `user` and changing the schema type
16
16
[
17
17
{
18
18
"id" :1 ,
19
- "user" : {
20
- "login" :" octocat" ,
21
- "id" :1 ,
22
- "avatar_url" :" https://github.com/images/error/octocat_happy.gif" ,
23
- "gravatar_id" :" " ,
24
- "url" :" https://api.github.com/users/octocat" ,
25
- "html_url" :" https://github.com/octocat" ,
26
- "followers_url" :" https://api.github.com/users/octocat/followers" ,
27
- "following_url" :" https://api.github.com/users/octocat/following{/other_user}" ,
28
- "gists_url" :" https://api.github.com/users/octocat/gists{/gist_id}" ,
29
- "starred_url" :" https://api.github.com/users/octocat/starred{/owner}{/repo}" ,
30
- "subscriptions_url" :" https://api.github.com/users/octocat/subscriptions" ,
31
- "organizations_url" :" https://api.github.com/users/octocat/orgs" ,
32
- "repos_url" :" https://api.github.com/users/octocat/repos" ,
33
- "events_url" :" https://api.github.com/users/octocat/events{/privacy}" ,
34
- "received_events_url" :" https://api.github.com/users/octocat/received_events" ,
35
- "type" :" User" ,
36
- "site_admin" :false
37
- },
38
- "content" :" heart"
19
+ "user" : {
20
+ "login" :" octocat" ,
21
+ "id" :1 ,
22
+ "avatar_url" :" https://github.com/images/error/octocat_happy.gif" ,
23
+ "gravatar_id" :" " ,
24
+ "url" :" https://api.github.com/users/octocat" ,
25
+ "html_url" :" https://github.com/octocat" ,
26
+ "followers_url" :" https://api.github.com/users/octocat/followers" ,
27
+ "following_url" :" https://api.github.com/users/octocat/following{/other_user}" ,
28
+ "gists_url" :" https://api.github.com/users/octocat/gists{/gist_id}" ,
29
+ "starred_url" :" https://api.github.com/users/octocat/starred{/owner}{/repo}" ,
30
+ "subscriptions_url" :" https://api.github.com/users/octocat/subscriptions" ,
31
+ "organizations_url" :" https://api.github.com/users/octocat/orgs" ,
32
+ "repos_url" :" https://api.github.com/users/octocat/repos" ,
33
+ "events_url" :" https://api.github.com/users/octocat/events{/privacy}" ,
34
+ "received_events_url" :" https://api.github.com/users/octocat/received_events" ,
35
+ "type" :" User" ,
36
+ "site_admin" :false
37
+ },
38
+ "content" :" heart"
39
39
}
40
40
]
41
41
```