Finish updating dashboard schema
This commit is contained in:
parent
d9b83ff36a
commit
ed87159a71
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"dashboard": { "type": "string" },
|
"dashboard": { "type": "string" },
|
||||||
"order": { "type": "number" },
|
"priority": { "type": "number" },
|
||||||
"panel_groups": {
|
"panel_groups": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": { "$ref": "spec/fixtures/lib/gitlab/metrics_dashboard/schemas/panel_groups.json" }
|
"items": { "$ref": "spec/fixtures/lib/gitlab/metrics_dashboard/schemas/panel_groups.json" }
|
||||||
|
|
Loading…
Reference in a new issue