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

feature_flag_strategy.json « v4 « public_api « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a2777dc8ea75c72e7019b86a196c85e74cfe08a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": { "type": "string" },
    "parameters": {
      "type": "object"
    }
  },
  "additionalProperties": false
}