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

dag_stage.json « entities « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a7b1424ec5ceaffb746bb78afa31446907c12c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "object",
  "required": ["name", "groups"],
  "properties": {
    "name": { "type": "string" },
    "groups": {
      "type": "array",
      "items": { "$ref": "dag_job_group.json" }
    }
  }
}