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