summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics_dashboard/schemas/dashboard.json
blob: 865aebe4a1eeef366542b8c29e0746037c05f789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "type": "object",
  "required": [
    "dashboard",
    "priority",
    "panel_groups"
  ],
  "properties": {
    "dashboard": { "type": "string" },
    "order": { "type": "number" },
    "panel_groups": {
      "type": "array",
      "items": { "$ref": "spec/fixtures/lib/gitlab/metrics_dashboard/schemas/panel_groups.json" }
    }
  },
  "additionalProperties": false
}