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

templating.json « schemas « validator « dashboard « metrics « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f8664c89af86ec65792da43979a9e5675e6ce2b (plain)
1
2
3
4
5
6
7
{
  "type": "object",
  "required": ["variables"],
  "properties": {
    "variables": { "type": "object" }
  }
}