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": {
"dashboard": { "type": "string" },
"order": { "type": "number" },
"priority": { "type": "number" },
"panel_groups": {
"type": "array",
"items": { "$ref": "spec/fixtures/lib/gitlab/metrics_dashboard/schemas/panel_groups.json" }