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: c82d2fcb02c8d26b40e695b2dba121dfef65c721 (plain)
1
2
3
4
5
6
7
8
{
  "type": "object",
  "required": ["variables"],
  "properties": {
    "variables": { "$ref": "variables.json" }
  },
  "additionalProperties": false
}