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

board.json « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03aca4a3cc0242e70cb8331cc6d866526e066edb (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "object",
  "required" : [
    "id"
  ],
  "properties" : {
    "id": { "type": "integer" },
    "name": { "type": "string" }
  },
  "additionalProperties": false
}