debian-mirror-gitlab/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/embedded_dashboard.json

14 lines
283 B
JSON
Raw Normal View History

2019-09-30 21:07:59 +05:30
{
"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
}