2019-04-17 05:51:42 -04:00
|
|
|
{
|
|
|
|
"type": "object",
|
2019-07-24 16:26:44 -04:00
|
|
|
"required": [
|
|
|
|
"dashboard",
|
|
|
|
"priority",
|
|
|
|
"panel_groups"
|
|
|
|
],
|
2019-04-17 05:51:42 -04:00
|
|
|
"properties": {
|
|
|
|
"dashboard": { "type": "string" },
|
2019-04-17 10:12:21 -04:00
|
|
|
"priority": { "type": "number" },
|
2019-04-17 05:51:42 -04:00
|
|
|
"panel_groups": {
|
|
|
|
"type": "array",
|
2019-04-24 23:03:50 -04:00
|
|
|
"items": { "$ref": "spec/fixtures/lib/gitlab/metrics/dashboard/schemas/panel_groups.json" }
|
2019-04-17 05:51:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|