summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/templating.json
blob: c339edec128970c59ad38bdeff52bee7bf0dcf98 (plain)
1
2
3
4
5
6
7
8
9
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": ["variables"],
  "properties": {
    "variables": { "$ref": "variables.json" }
  },
  "additionalProperties": false
}