Commit 5f6e20c8 authored by syasonik's avatar syasonik

Finish updating dashboard schema

parent bf59c843
...@@ -7,7 +7,7 @@ ...@@ -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" }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment