2020-06-23 00:09:42 +05:30
|
|
|
{
|
2021-06-08 01:23:25 +05:30
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
2020-06-23 00:09:42 +05:30
|
|
|
"type": "object",
|
|
|
|
"required": ["variables"],
|
|
|
|
"properties": {
|
2021-06-08 01:23:25 +05:30
|
|
|
"variables": { "$ref": "spec/fixtures/lib/gitlab/metrics/dashboard/schemas/variables.json" }
|
2020-06-23 00:09:42 +05:30
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|