debian-mirror-gitlab/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/variables.json

19 lines
460 B
JSON
Raw Normal View History

2020-06-23 00:09:42 +05:30
{
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_]*$": {
"anyOf": [
{ "$ref": "text_variable_full_syntax.json" },
2020-07-28 23:09:34 +05:30
{ "type": "string" },
{
"type": "array",
"items": { "type": "string" }
},
{ "$ref": "custom_variable_full_syntax.json" },
{ "$ref": "metric_label_values_variable_full_syntax.json" }
2020-06-23 00:09:42 +05:30
]
}
},
"additionalProperties": false
}