1
0
Fork 0
golang-forgejo-f3-gof3/f3/file_format_testdata/project/bad.json

29 lines
604 B
JSON
Raw Normal View History

{
"index": "1",
"name": "projectname",
"is_private": false,
"is_mirror": false,
"description": "project description",
"default_branch": "main",
"repositories": [
{
"name": "vcs",
"vcs": "hg"
},
{
"name": "vcs.wiki"
}
],
"archived": true,
"archived_at": "1987-04-12T23:20:50.52Z",
"created": "1985-04-12T23:20:50.52Z",
"updated": "1986-04-12T23:20:50.52Z",
"url": "https://example.com",
"stars": "BBBBBB",
"has_ci": true,
"has_issues": true,
"has_packages": true,
"has_pull_requests": true,
"has_wiki": true
}