mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
29 lines
618 B
JSON
29 lines
618 B
JSON
{
|
|
"namespaces": [
|
|
{
|
|
"personal": true,
|
|
"id": "gitlabuser1",
|
|
"title": "User 1",
|
|
"avatar_url": "https://secure.gravatar.com/avatar/",
|
|
"url": "https://gitlab.com/gitlabuser1",
|
|
"score": 0
|
|
},
|
|
{
|
|
"personal": true,
|
|
"id": "gitlabgroup2",
|
|
"title": "Group 2",
|
|
"avatar_url": null,
|
|
"url": "https://gitlab.com/groups/gitlabgroup2",
|
|
"score": 50
|
|
},
|
|
{
|
|
"personal": true,
|
|
"id": "gitlabgroup3",
|
|
"title": "Group 3",
|
|
"avatar_url": null,
|
|
"url": "https://gitlab.com/groups/gitlabgroup3",
|
|
"score": 100
|
|
}
|
|
]
|
|
}
|