2019-07-31 22:56:46 +05:30
|
|
|
{
|
2021-06-08 01:23:25 +05:30
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
2019-07-31 22:56:46 +05:30
|
|
|
"type": "object",
|
2019-10-12 21:52:04 +05:30
|
|
|
"required": [
|
|
|
|
"dashboard",
|
|
|
|
"priority",
|
|
|
|
"panel_groups"
|
|
|
|
],
|
2019-07-31 22:56:46 +05:30
|
|
|
"properties": {
|
|
|
|
"dashboard": { "type": "string" },
|
|
|
|
"priority": { "type": "number" },
|
|
|
|
"panel_groups": {
|
|
|
|
"type": "array",
|
|
|
|
"items": { "$ref": "spec/fixtures/lib/gitlab/metrics/dashboard/schemas/panel_groups.json" }
|
2020-06-23 00:09:42 +05:30
|
|
|
},
|
|
|
|
"templating": { "$ref": "spec/fixtures/lib/gitlab/metrics/dashboard/schemas/templating.json" },
|
|
|
|
"links": { "$ref": "spec/fixtures/lib/gitlab/metrics/dashboard/schemas/links.json" }
|
2019-07-31 22:56:46 +05:30
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|