Finish updating dashboard schema

This commit is contained in:
syasonik 2019-04-17 22:12:21 +08:00
parent d9b83ff36a
commit ed87159a71

View file

@ -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" }