summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/custom_variable_full_syntax.json
blob: e251e59de291363bb7645a5a4b6317cf5e600f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": [
    "type", "options"
  ],
  "properties": {
    "type": { "enum": ["custom"] },
    "label": { "type": "string" },
    "options": { "$ref": "custom_variable_options.json" }
  },
  "additionalProperties": false
}