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

custom_variable_values.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: 430d66a9691905983145fce8f5531233a8844a0c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "type": "object",
  "required": ["value"],
  "properties": {
    "value": { "type": "string" },
    "text": { "type": "string" },
    "default": { "type": "boolean" }
  },
  "additionalProperties": false
}