debian-mirror-gitlab/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/variables.json
2020-08-09 17:44:08 +05:30

18 lines
460 B
JSON

{
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_]*$": {
"anyOf": [
{ "$ref": "text_variable_full_syntax.json" },
{ "type": "string" },
{
"type": "array",
"items": { "type": "string" }
},
{ "$ref": "custom_variable_full_syntax.json" },
{ "$ref": "metric_label_values_variable_full_syntax.json" }
]
}
},
"additionalProperties": false
}