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

variables.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: f3e0dd555a6126dbe66191a52e7fd300b1be7314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "patternProperties": {
    "^[a-zA-Z0-9_]*$": {
        "anyOf": [
          { "$ref": "text_variable_full_syntax.json" },
          { "type": "string" }
        ]
      }
  },
  "additionalProperties": false
}