Welcome to mirror list, hosted at ThFree Co, Russian Federation.

metric_label_values_variable_full_syntax.json « schemas « dashboard « metrics « gitlab « lib « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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
}