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