summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/metric_label_values_variable_options.json
blob: 5662cc625a3ecebf8d603b5abd67e8f56fe5ecfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": [
    "series_selector", "label", "prometheus_endpoint_path"
  ],
  "properties": {
    "series_selector": { "type": "string" },
    "label": { "type": "string" },
    "prometheus_endpoint_path": { "type": "string" }
  },
  "additionalProperties": false
}