Welcome to mirror list, hosted at ThFree Co, Russian Federation.

issues.json « v4 « public_api « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c76806705e8d06a87feac8a6382881828bd05818 (plain)
1
2
3
4
5
6
7
8
9
{
  "type": "array",
  "items": {
    "type": "object",
    "properties" : {
      "$ref": "./issue.json"
    }
  }
}