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: 7c146647948b431a8d6462981ab1edf5af675d2b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "required" : [
    "id"
  ],
  "properties" : {
    "id": { "type": "integer" },
    "name": { "type": "string" }
  }
}