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

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