debian-mirror-gitlab/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/variables.json
2020-06-23 00:09:42 +05:30

12 lines
235 B
JSON

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