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

organization_settings.json « json_schemas « validators « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 350ce7d906600ecc7a656c6091f2a4f80ad77d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "Settings for Organizations",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "restricted_visibility_levels": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    }
  }
}