[
{
"id": 39430079,
"name": "Sample Project",
"path_with_namespace": "group/sample-project",
"visibility": "private",
"owner": {
"id": 3,
"name": "Diaspora",
"username": "diaspora",
"state": "active",
"avatar_url": "http://localhost:3000/uploads/group/avatar/3/foo.jpg",
"web_url": "http://localhost:3000/groups/diaspora"
},
"web_url": "http://example.com/diaspora/sample-project",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"fork": false,
"ssh_url_to_repo": "git@example.com:diaspora/sample-project.git",
"http_url_to_repo": "http://example.com/diaspora/sample-project.git",
"created_at": "2013-09-30T13:46:02Z",
"last_activity_at": "2013-09-30T13:46:02Z",
"default_branch": "main"
},
{
"id": 39430080,
"name": "Another Project",
"path_with_namespace": "group/another-project",
"visibility": "public",
"owner": {
"id": 4,
"name": "Test Group",
"username": "testgroup",
"state": "active",
"avatar_url": "http://localhost:3000/uploads/group/avatar/4/test.jpg",
"web_url": "http://localhost:3000/groups/testgroup"
},
"web_url": "http://example.com/group/another-project",
"description": "A public test project for demonstrations.",
"fork": true,
"ssh_url_to_repo": "git@example.com:group/another-project.git",
"http_url_to_repo": "http://example.com/group/another-project.git",
"created_at": "2024-01-10T08:15:00.000Z",
"last_activity_at": "2024-01-15T14:30:00.000Z",
"default_branch": "master"
}
]