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

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