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

dag_pipeline.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: a661577d040b0e8bcac15e31a294f05bebe2371f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "object",
  "required": ["stages"],
  "properties": {
    "stages": {
      "type": "array",
      "items": { "$ref": "dag_stage.json" }
    }
  },
  "additionalProperties": false
}