-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoo.json
40 lines (39 loc) · 824 Bytes
/
foo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"id": 1,
"name": "Arch Linux",
"logo": "",
"images": "",
"description": "",
"informations": [
{
"install_size": "700MB",
"download_size": "450MB",
"arch": "x68_64",
"total_installs": "1000"
}
],
"links": [
{
"project_website": "Project Website",
"icon": "world",
"href": "https://archlinux.org/"
},
{
"project_issue": "Report an Issue",
"icon": "flag",
"href": "https://gitlab.archlinux.org/groups/archlinux/-/issues"
},
{
"project_forum": "Community Forum",
"icon": "forum",
"href": "https://bbs.archlinux.org/"
},
{
"project_documentation": "Project Documentation",
"icon": "file",
"href": "http://wiki.archlinux.org/"
}
],
"created_at": "",
"updated_at": ""
}