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

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