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

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