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

scope.json « operations « 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: e2b6d1ad6f1c6a6f18eb85a1722d15855e5822e1 (plain)
1
2
3
4
5
6
7
8
9
{
  "type": "object",
  "required": ["environment_scope"],
  "properties": {
    "id": { "type": "integer" },
    "environment_scope": { "type": "string" }
  },
  "additionalProperties": false
}