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: de72b947eedbbbe0528f83c956e08f348fdfa164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": ["values"],
  "properties": {
    "values": {
      "type": "array",
      "items": { "$ref": "spec/fixtures/lib/gitlab/metrics/dashboard/schemas/custom_variable_values.json" }
    }
  },
  "additionalProperties": false
}