summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/custom_variable_options.json
blob: bb78294e43ee8e97f7809b79d9e0e4cfd4ba8924 (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": "custom_variable_values.json" }
    }
  },
  "additionalProperties": false
}