mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
29 lines
703 B
JSON
29 lines
703 B
JSON
{
|
|
"namespaces": [
|
|
{
|
|
"personal": true,
|
|
"id": "githuborg1",
|
|
"title": "Org 1",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1234567?v=3",
|
|
"url": "https://github.com/githuborg1",
|
|
"score": 0
|
|
},
|
|
{
|
|
"personal": true,
|
|
"id": "githuborg2",
|
|
"title": "Org 2",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1234567?v=3",
|
|
"url": "https://github.com/githuborg2",
|
|
"score": 50
|
|
},
|
|
{
|
|
"personal": true,
|
|
"id": "githuborg3",
|
|
"title": "Org 3",
|
|
"avatar_url": "https://avatars.githubusercontent.com/u/1234567?v=3",
|
|
"url": "https://github.com/githuborg3",
|
|
"score": 100
|
|
}
|
|
]
|
|
}
|