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

13 lines
235 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" },
{ "type": "string" }
]
}
},
"additionalProperties": false
}