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

text_variable_full_syntax.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: f5090dc8c889b1705efdfa0971659e785fdac7b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": [
    "type", "options"
  ],
  "properties": {
    "type": { "type": "string" },
    "label": { "type": "string" },
    "options": { "$ref": "text_variable_options.json" }
  },
  "additionalProperties": false
}