Welcome to mirror list, hosted at ThFree Co, Russian Federation.

templating.json « schemas « dashboard « metrics « gitlab « lib « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c339edec128970c59ad38bdeff52bee7bf0dcf98 (plain)
1
2
3
4
5
6
7
8
9
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": ["variables"],
  "properties": {
    "variables": { "$ref": "variables.json" }
  },
  "additionalProperties": false
}