summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/embedded_dashboard.json
blob: b47b81fc103da53c0b709f9745ad70f16433f57b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": ["panel_groups"],
  "properties": {
    "panel_groups": {
      "type": "array",
      "items": {
        "$ref": "spec/fixtures/lib/gitlab/metrics/dashboard/schemas/embedded_panel_groups.json"
      }
    }
  },
  "additionalProperties": false
}