summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/custom_variable_options.json
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
}